Closed lincmba closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.28%. Comparing base (
712d495
) to head (c78b77a
). Report is 12 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Handle null adminlevels in post filtering location hierarchy
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.