Skip to content

Commit

Permalink
Add dummy jacoco tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
droazen committed Sep 27, 2024
1 parent 9e8c3da commit 6396811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,10 @@ task bundle(type: Zip) {
//}
//}

task jacocoTestReport {
dependsOn test
}

task condaStandardEnvironmentDefinition(type: Copy) {
from "scripts"
into buildDir
Expand Down
3 changes: 3 additions & 0 deletions scripts/docker/dockertest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,6 @@ task testOnPackagedReleaseJar(type: Test){
// html.required = true
// }
//}
task jacocoTestReportOnPackagedReleaseJar {
dependsOn testOnPackagedReleaseJar
}

0 comments on commit 6396811

Please sign in to comment.