Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3edab02

Browse files
committedJan 23, 2015
Udated coverage message to use var
1 parent 0bba5bf commit 3edab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/scala/scoverage/ScoverageSbtPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class ScoverageSbtPlugin extends sbt.AutoPlugin {
242242
if (is100(min) && is100(cper)) {
243243
s.log.info(s"100% Coverage !")
244244
} else if (min > cper) {
245-
s.log.error(s"Coverage is below minimum [${coverage.statementCoverageFormatted}% < $min%]")
245+
s.log.error(s"Coverage is below minimum [$cfmt% < $min%]")
246246
if (failOnMin)
247247
throw new RuntimeException("Coverage minimum was not reached")
248248
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.