We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1044b8a commit 67e5106Copy full SHA for 67e5106
src/main/groovy/org/scoverage/ScoveragePlugin.groovy
@@ -119,6 +119,7 @@ class ScoveragePlugin implements Plugin<PluginAware> {
119
120
project.tasks.create(CHECK_NAME, OverallCheckTask.class) {
121
dependsOn(reportTask)
122
+ onlyIf { extension.reportDir.get().list() }
123
group = 'verification'
124
coverageType = extension.coverageType
125
minimumRate = extension.minimumRate
0 commit comments