Skip to content

Commit

Permalink
Document how to configure the check task to verify aggregated coverag…
Browse files Browse the repository at this point in the history
…e (thanks @Quizzie)
  • Loading branch information
maiflai committed Jul 12, 2015
1 parent 9a4397e commit 042d38a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ This will produce a report into `build/scoverage-aggregate` directory.

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

For checking coverage of the aggregated result, configure the checkScoverage task:

```groovy
checkScoverage {
reportDir = file("$buildDir/scoverage-aggregate")
}
```

CheckScoverage
--------------

Expand Down

0 comments on commit 042d38a

Please sign in to comment.