Skip to content

Commit

Permalink
don't include the jacoco step in test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
misolt committed Jun 5, 2024
1 parent 8fa9481 commit d182fed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ tasks.named('test') {
exceptionFormat "full"
}
}
finalizedBy jacocoTestReport // report is always generated after tests run
ignoreFailures = false
}

Expand Down

0 comments on commit d182fed

Please sign in to comment.