Skip to content

Commit 0bba5bf

Browse files
committed
Update README.md
1 parent 53b7113 commit 0bba5bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ or if you have integration tests as well
2929
$ sbt clean coverage it:test
3030
```
3131

32-
After the tests have finished you should find the coverage reports inside `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.
32+
After the tests have finished you should then run
33+
34+
```
35+
$ sbt coverageReport
36+
```
37+
38+
to generate the reports. You will find the coverage reports inside `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.
3339

3440
If you want to see a project that is already setup to use scoverage in both sbt and maven, then clone [the scoverage samples project](https://github.com/scoverage/scoverage-samples).
3541

0 commit comments

Comments
 (0)