Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an /info endpoint for getting basic application details #243

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

RadovanTomik
Copy link
Collaborator

@RadovanTomik RadovanTomik commented Mar 20, 2024

Negotiator pull request:

Description:

Adds an /info endpoint for getting basic application details. To test it, spin up the application and go to http://localhost:8081/api/actuator/info.

Checklist:

Make sure you tick all the boxes bellow if they are true or do not apply:

  • I have performed a self review of my code
  • My code follows Google Java Code style
  • I have made my code as simple as possible
  • I have added unit tests and the code coverage has not decreased
  • I have updated the documentation in all relevant places

Signed-off-by: RadovanTomik <radovan.tomasik@bbmri-eric.eu>
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.88%. Comparing base (1ab113d) to head (6e5abbe).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #243   +/-   ##
=========================================
  Coverage     75.88%   75.88%           
  Complexity      908      908           
=========================================
  Files           125      125           
  Lines          2700     2700           
  Branches        155      155           
=========================================
  Hits           2049     2049           
  Misses          541      541           
  Partials        110      110           
Flag Coverage Δ
unit 75.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RadovanTomik RadovanTomik merged commit c32de8e into master Mar 21, 2024
16 checks passed
@RadovanTomik RadovanTomik deleted the feat/info_endpoint branch March 21, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants