From 9defcea4ae1c9dd47141af9968659525a84389ca Mon Sep 17 00:00:00 2001 From: Patrick Bohan Date: Wed, 29 Jan 2020 09:49:38 -0500 Subject: [PATCH] Fixed README to say you do not need to run coverageReport before coverageAggregate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94454d41..e00dd71a 100644 --- a/README.md +++ b/README.md @@ -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