Skip to content

Commit

Permalink
Merge pull request #350 from ckipp01/missing-percent
Browse files Browse the repository at this point in the history
Add in missing percent sign for branch coverage
  • Loading branch information
ckipp01 authored May 11, 2021
2 parents cadb042 + a15cce2 commit 2bcb322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/scoverage/CoverageMinimum.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object CoverageMinimum {
log.info(
s"All done. Coverage was" +
s" stmt=[${coverage.statementCoverageFormatted}%]" +
s" branch=[${coverage.branchCoverageFormatted}]"
s" branch=[${coverage.branchCoverageFormatted}%]"
)
}

Expand Down

0 comments on commit 2bcb322

Please sign in to comment.