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

[#820] Add /health endpoint for health check #823

Merged
merged 14 commits into from
Feb 11, 2025
Merged

[#820] Add /health endpoint for health check #823

merged 14 commits into from
Feb 11, 2025

Conversation

yohamta
Copy link
Collaborator

@yohamta yohamta commented Feb 11, 2025

Issue: #820

Changes:

  • Added /health endpoint
  • Updated REST API documentation

@yohamta yohamta linked an issue Feb 11, 2025 that may be closed by this pull request
@yohamta yohamta merged commit 3963285 into main Feb 11, 2025
4 checks passed
@yohamta yohamta deleted the 820-healthcheck branch February 11, 2025 07:21
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 55.93%. Comparing base (c831612) to head (afc3a0c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/client/client.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #823   +/-   ##
=======================================
  Coverage   55.93%   55.93%           
=======================================
  Files          73       73           
  Lines        7920     7920           
=======================================
  Hits         4430     4430           
  Misses       3110     3110           
  Partials      380      380           
Files with missing lines Coverage Δ
internal/client/interface.go 100.00% <ø> (ø)
internal/client/client.go 57.09% <0.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c831612...afc3a0c. Read the comment docs.

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.

add an endpoint for healthcheck
1 participant