summaryrefslogtreecommitdiffstats
path: root/gradle
diff options
context:
space:
mode:
Diffstat (limited to 'gradle')
-rw-r--r--gradle/check.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/gradle/check.gradle b/gradle/check.gradle
index 57068f7..760629a 100644
--- a/gradle/check.gradle
+++ b/gradle/check.gradle
@@ -20,3 +20,10 @@ apply plugin: 'cobertura'
cobertura {
coverageFormats = [ 'html', 'xml' ]
}
+githubPages {
+ pages {
+ from(cobertura.coverageReportDir) {
+ into "docs/cobertura"
+ }
+ }
+}