Adding jacoco coverage reporting; switching to run mvn verify in circleci

This commit is contained in:
2022-07-07 08:43:28 -05:00
parent 36c68ef51c
commit c75cd7eec9
2 changed files with 84 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
executor: java17
steps:
- run_maven:
maven_subcommand: test
maven_subcommand: verify
- slack/notify:
event: fail