Skip to content

Commit 1660e91

Browse files
authored
Merge pull request #330 from ckipp01/location
Correct report location in readme.
2 parents 0467efe + c929d3e commit 1660e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sbt.version = 1.2.8
1717

1818
Add the plugin in `project/plugins.sbt`:
1919
```scala
20-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.2")
20+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
2121
```
2222

2323
Run the tests with enabled coverage:
@@ -39,7 +39,7 @@ To generate the coverage reports run
3939
$ sbt coverageReport
4040
```
4141

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.
4343

4444
If you're running the coverage reports from within an sbt console session (as
4545
opposed to one command per sbt launch), then the `coverage` command is sticky. To

0 commit comments

Comments
 (0)