Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Try downgrade jacoco to 0.8.8 due to codecov issues
Another try
  • Loading branch information
akarnokd authored Aug 10, 2024
commit 374003a113e30ed6a745e311f4b0b2b651d8ff60
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ tasks.withType(Test) {
}
}

jacoco {
toolVersion = "0.8.8"
}

jacocoTestReport {
dependsOn test
dependsOn testNG
Expand Down