Skip to content

Commit 042d38a

Browse files
committed
Document how to configure the check task to verify aggregated coverage (thanks @Quizzie)
1 parent 9a4397e commit 042d38a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ This will produce a report into `build/scoverage-aggregate` directory.
7676

7777
Aggregation uses same flags as reporting for enabling/disabling different output types.
7878

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+
7987
CheckScoverage
8088
--------------
8189

0 commit comments

Comments
 (0)