You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These settings will be enforced when the reports are generated.
118
118
If you generate an aggregate report using `coverageAggregate` then these settings will apply to that report.
119
119
120
-
## Highlighting
121
-
122
-
If you are using Scala 2.11.1 or less, then highlighting will not work (due to this bug which was fixed in 2.11.2 https://github.com/scala/scala/pull/3799). In that case you must disable highlighting by adding the following to your build:
123
-
124
-
```scala
125
-
coverageHighlighting :=false
126
-
```
127
-
128
120
## Failing tests
129
121
Scoverage does a lot of file writing behind the scenes in order to track which statements have been executed.
130
122
If you are running into a scenario where your tests normally pass, but fail when scoverage is enabled, then the culprit can be one of the following:
0 commit comments