Closed ndegwamartin closed 1 month ago
Attention: Patch coverage is 71.42857%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 60.96%. Comparing base (
d7326b0
) to head (dd8a89d
). Report is 8 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...er/fhir/gateway/plugins/endpoint/BaseEndpoint.java | 66.66% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
IMPORTANT: Where possible all PRs must be linked to a Github issue
Resolves #88
Engineer Checklist
README.md
mvn spotless:check
to check my code follows the project's style guidemvn clean test jacoco:report
to confirm the coverage report was generated atplugins/target/site/jacoco/index.html
mvn clean package
right before creating this pull request.