summaryrefslogtreecommitdiffstats
path: root/gradle/check.gradle
diff options
context:
space:
mode:
authorShevek <[email protected]>2014-01-17 22:01:07 -0800
committerShevek <[email protected]>2014-01-17 22:01:07 -0800
commitca42036955f2589d034a688267eb81c5da2c824d (patch)
treebba007070561d64ce2b48f82b2bcf075a4631878 /gradle/check.gradle
parent5e8bc477e233588204cdea0e8a3dafedc4b66de2 (diff)
Fix lots of NumericValue issues - probably more to go.
Diffstat (limited to 'gradle/check.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"
+ }
+ }
+}