Skip to content

Commit 72badd7

Browse files
committed
Update README.md
1 parent eabd0e4 commit 72badd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ After the tests have finished you should find the coverage reports inside `targe
3232

3333
If you want to see a project that is already setup to use scoverage in both sbt and maven, then clone [the scoverage samples project](https://github.com/scoverage/scoverage-samples).
3434

35+
## Where's the pretty output gone?
36+
37+
In the recent releases you will see that the HTML source view no longer has highlighting. This is because of a scalac regression that appeared in 2.10.3+ and 2.11.0. See https://issues.scala-lang.org/browse/SI-8596. Once this is fixed and included in a release, we'll be able to turn the highlighting back on. In the meantime, the numbers generated in the reports are accurate.
38+
3539
## Exclude classes and packages
3640

3741
You can exclude classes from being considered for coverage measurement by providing semicolon-separated list of

0 commit comments

Comments
 (0)