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

feat: add health check to public directory #490

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

jsnwesson
Copy link
Contributor

This PR adds a health endpoint to the Learner Record that returns a JSON object.

To test locally:

  • pull down branch
  • run npm run start
  • go to localhost:1990/health, which will send a JSON object file.

Copy link

codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.01%. Comparing base (5f3585f) to head (d86efa0).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #490   +/-   ##
=======================================
  Coverage   74.01%   74.01%           
=======================================
  Files          28       28           
  Lines         431      431           
  Branches      100      100           
=======================================
  Hits          319      319           
  Misses        111      111           
  Partials        1        1           

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

@jsnwesson jsnwesson merged commit c81865a into master Feb 19, 2025
7 checks passed
@jsnwesson jsnwesson deleted the jwesson/add-health-endpoint branch February 19, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants