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 8
8
directories :
9
9
- $HOME/.gradle/caches/
10
10
- $HOME/.gradle/wrapper/
11
- script : ./gradlew build
12
11
after_success :
13
12
- ./gradlew jacocoTestReport coveralls
14
13
Original file line number Diff line number Diff line change 1
1
plugins {
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'
4
4
}
5
5
6
- cobertura. coverageFormats = [' html' , ' xml' ]
7
-
8
6
apply plugin : ' java'
9
7
apply plugin : ' maven'
10
8
apply plugin : ' eclipse'
@@ -17,10 +15,10 @@ group = 'org.scm4j'
17
15
version = ' 3.0-SNAPSHOT'
18
16
19
17
jacocoTestReport {
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
+ }
24
22
}
25
23
26
24
You can’t perform that action at this time.
0 commit comments