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
@@ -39,7 +39,7 @@ To generate the coverage reports run
39
39
$ sbt coverageReport
40
40
```
41
41
42
-
Coverage reports will be in `target/scoverage-report`. There are HTML and XML reports. The XML is useful if you need to programatically use the results, or if you're writing a tool.
42
+
Coverage reports will be in `target/scala-<scala-version>/scoverage-report`. There are HTML and XML reports. The XML is useful if you need to programatically use the results, or if you're writing a tool.
43
43
44
44
If you're running the coverage reports from within an sbt console session (as
45
45
opposed to one command per sbt launch), then the `coverage` command is sticky. To
0 commit comments