Skip to content

Commit 4d2a0fc

Browse files
committed
coveralls support
1 parent 58768e6 commit 4d2a0fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ cache:
99
- $HOME/.gradle/caches/
1010
- $HOME/.gradle/wrapper/
1111
after_success:
12-
- ./gradlew jacocoTestReport coveralls
12+
- ./gradlew jacocoTestReport coveralls
1313

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ targetCompatibility = JavaVersion.VERSION_1_7
1414
group = 'org.scm4j'
1515
version = '3.0-SNAPSHOT'
1616

17+
jacocoTestReport {
18+
reports {
19+
xml.enabled = true // coveralls plugin depends on xml format report
20+
html.enabled = true
21+
}
22+
}
23+
24+
1725
repositories {
1826
mavenCentral()
1927
maven {

0 commit comments

Comments
 (0)