Skip to content

Commit

Permalink
Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Oct 12, 2023
1 parent 450cbf4 commit 123da68
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ micronautBuild {
}
}

tasks.named("testCodeCoverageReport") { enabled = false }
if (System.getenv("SONAR_TOKEN") != null) {
tasks.named("testCodeCoverageReport") { enabled = false }
}

0 comments on commit 123da68

Please sign in to comment.