You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ By default, scoverage will generate reports for each project separately. You can
79
79
80
80
(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).)
81
81
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.)
0 commit comments