Open lukedegruchy opened 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.54%. Comparing base (
406db33
) to head (a6c046f
). Report is 95 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This Pull Request has failed the formatting check
Please run
mvn spotless:apply
ormvn clean install -DskipTests
to fix the formatting issues.You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling
pre-commit install --hook-type pre-push
. This will cause formatting to run automatically whenever you push.