Skip to content

Commit

Permalink
[Wen Hao] - add coveralls support.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Jan 6, 2017
1 parent e3540a4 commit 6c9401e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'com.gradle.build-scan' version '1.2'
id "com.jfrog.bintray" version "1.7.3"
id "org.owasp.dependencycheck" version "1.4.3"
id 'net.saliman.cobertura' version '2.3.1'
id 'com.github.kt3k.coveralls' version '2.7.1'
}

buildScan {
Expand Down Expand Up @@ -77,6 +79,8 @@ configurations.all {
resolutionStrategy.force "org.springframework:spring-orm:$springOrmVersion"
}

cobertura.coverageFormats = ['html', 'xml']

// publish to jcenter
bintray {
user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER')
Expand Down

0 comments on commit 6c9401e

Please sign in to comment.