Skip to content

Commit d45e59b

Browse files
authored
Merge pull request #302 from arkban/fixCoverageReportAggregateInReadme
Fixed README to say you do not need to run coverageReport before coverageAggregate
2 parents da2dec1 + 9defcea commit d45e59b

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)