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
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,6 @@ turn it back off when you're done running reports, use the `coverageOff` command
45
45
46
46
Sample project with scoverage in both sbt and maven - [the scoverage samples project](https://github.com/scoverage/sbt-scoverage-samples).
47
47
48
-
### Disabling recording of coverage data at run-time
49
-
50
-
Coverage instrumentation assumes the code will be run on the same machine
51
-
where it was compiled: absolute destination directories are compiled into the class files.
52
-
To run the code on a file system where those directories do not exist, for example when
53
-
testing in a VM, you may either recompile without coverage or disable the recording by
54
-
setting the JVM property `scoverage.recording.enabled` to `false`.
55
-
56
48
## Notes on upgrading to version 1.3.0
57
49
58
50
* The object containing the keys has changed from nested to top level so you might need to adjust the import. It's also an auto plugin now, so you might not need the import at all.
0 commit comments