File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 88 directories :
99 - $HOME/.gradle/caches/
1010 - $HOME/.gradle/wrapper/
11- script : ./gradlew build
1211after_success :
1312 - ./gradlew jacocoTestReport coveralls
1413
Original file line number Diff line number Diff line change 11plugins {
2- id ' net.saliman.cobertura' version ' 2.3.1'
3- id ' com.github.kt3k.coveralls' version ' 2.8.1'
2+ id ' net.saliman.cobertura' version ' 2.3.1'
3+ id ' com.github.kt3k.coveralls' version ' 2.8.1'
44}
55
6- cobertura. coverageFormats = [' html' , ' xml' ]
7-
86apply plugin : ' java'
97apply plugin : ' maven'
108apply plugin : ' eclipse'
@@ -17,10 +15,10 @@ group = 'org.scm4j'
1715version = ' 3.0-SNAPSHOT'
1816
1917jacocoTestReport {
20- reports {
21- xml. enabled = true // coveralls plugin depends on xml format report
22- html. enabled = true
23- }
18+ reports {
19+ xml. enabled = true // coveralls plugin depends on xml format report
20+ html. enabled = true
21+ }
2422}
2523
2624
You can’t perform that action at this time.
0 commit comments