Turning on jacaoco cover checks (and getting coverage above 80)

This commit is contained in:
2022-07-15 13:26:44 -05:00
parent ae70c34d4e
commit ef640bdd7d
5 changed files with 506 additions and 199 deletions

View File

@ -24,6 +24,8 @@ commands:
name: Run Maven
command: |
mvn -s .circleci/mvn-settings.xml << parameters.maven_subcommand >>
- store_artifacts:
path: target/site/jacoco/index.html
- run:
name: Save test results
command: |