Closed lincmba closed 2 months ago
Attention: Patch coverage is 65.62500%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 44.25%. Comparing base (
712d495
) to head (e5c3ada
). Report is 34 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
fixes #81
IMPORTANT: Where possible all PRs must be linked to a Github issue
Resolves [link to issue]
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.