Skip to content

Conversation

@ndegwamartin
Copy link
Collaborator

IMPORTANT: Where possible all PRs must be linked to a Github issue

Resolves #131

Engineer Checklist

  • I have written Unit tests for any new feature(s) and edge cases for
    bug fixes
  • I have added documentation for any new feature(s) and configuration
    option(s) on the README.md
  • I have run mvn spotless:check to check my code follows the project's
    style guide
  • I have run mvn clean test jacoco:report to confirm the coverage report
    was generated at plugins/target/site/jacoco/index.html
  • I ran mvn clean package right before creating this pull request.

@ndegwamartin ndegwamartin force-pushed the enhance-supervisor-dets branch from c5aa0cd to 16a7d1e Compare December 6, 2025 12:12
@codecov
Copy link

codecov bot commented Dec 6, 2025

Codecov Report

❌ Patch coverage is 80.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.01%. Comparing base (473e10e) to head (ab02e64).

Files with missing lines Patch % Lines
...y/plugins/endpoint/PractitionerDetailEndpoint.java 80.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #132      +/-   ##
============================================
- Coverage     67.04%   67.01%   -0.04%     
- Complexity      310      312       +2     
============================================
  Files            19       19              
  Lines          2109     2113       +4     
  Branches        280      280              
============================================
+ Hits           1414     1416       +2     
- Misses          561      562       +1     
- Partials        134      135       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- Fixes failing unit tests/build
- Adds unit test case for practitioner details with supervisor role
@ndegwamartin ndegwamartin force-pushed the enhance-supervisor-dets branch from 78f77e3 to ab02e64 Compare December 6, 2025 13:47
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.

Enhance practitioner details endpoint

2 participants