We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4397e commit 042d38aCopy full SHA for 042d38a
README.md
@@ -76,6 +76,14 @@ This will produce a report into `build/scoverage-aggregate` directory.
76
77
Aggregation uses same flags as reporting for enabling/disabling different output types.
78
79
+For checking coverage of the aggregated result, configure the checkScoverage task:
80
+
81
+```groovy
82
+checkScoverage {
83
+ reportDir = file("$buildDir/scoverage-aggregate")
84
+}
85
+```
86
87
CheckScoverage
88
--------------
89
0 commit comments