Skip to content

Commit

Permalink
Merge pull request #302 from arkban/fixCoverageReportAggregateInReadme
Browse files Browse the repository at this point in the history
Fixed README to say you do not need to run coverageReport before coverageAggregate
  • Loading branch information
0xRoch authored Feb 3, 2021
2 parents da2dec1 + 9defcea commit d45e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ By default, scoverage will generate reports for each project separately. You can

(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).)

(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.)
(You do not need to run `coverageReport` before `coverageAggregate`; it aggregates over the sub-projects' coverage data directly, not the report xml.)

## Exclude classes and packages

Expand Down

0 comments on commit d45e59b

Please sign in to comment.