Skip to content

Commit 9defcea

Browse files
author
Patrick Bohan
committed
Fixed README to say you do not need to run coverageReport before coverageAggregate
1 parent da2dec1 commit 9defcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ By default, scoverage will generate reports for each project separately. You can
7979

8080
(Note, you must do this after all the coverage data is complete as a separate command, so you cannot do `sbt coverage test coverageAggregate` (at least until a way around this is found).)
8181

82-
(You must have first run `sbt coverageReport` for `coverageAggregate` to work. It aggregates over the sub-projects' report xml rather than over the coverage data directly.)
82+
(You do not need to run `coverageReport` before `coverageAggregate`; it aggregates over the sub-projects' coverage data directly, not the report xml.)
8383

8484
## Exclude classes and packages
8585

0 commit comments

Comments
 (0)