We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75beb93 commit 463c27bCopy full SHA for 463c27b
src/main/groovy/org/scoverage/OverallCheckTask.groovy
@@ -73,7 +73,6 @@ class OverallCheckTask extends DefaultTask {
73
try {
74
def xml = parser.parse(reportFile)
75
Double overallRate = coverageType.normalize(xml.attribute(coverageType.paramName).toDouble())
76
- println("$minimumRate - $overallRate")
77
def difference = (minimumRate - overallRate)
78
79
if (difference > 1e-7) {
0 commit comments