Skip to content

Commit

Permalink
Run jacoco after automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed Oct 25, 2021
1 parent a57880d commit 3f360a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ task automatedTests(type: Test) {
useJUnitPlatform{
includeTags "automated"
}
finalizedBy jacocoTestReport
}

publishing {
Expand Down

0 comments on commit 3f360a7

Please sign in to comment.