Skip to content

Commit cbd63b1

Browse files
committed
Remove documentation fragment added by #168, but related to scoverage/scalac-scoverage-plugin#162 (not merged). See #168 (comment).
1 parent 0304b30 commit cbd63b1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ turn it back off when you're done running reports, use the `coverageOff` command
4545

4646
Sample project with scoverage in both sbt and maven - [the scoverage samples project](https://github.com/scoverage/sbt-scoverage-samples).
4747

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-
5648
## Notes on upgrading to version 1.3.0
5749

5850
* 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

Comments
 (0)