Skip to content

Commit deaa1ab

Browse files
committed
Fix codecov integration
1 parent 018d857 commit deaa1ab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git:
1616

1717
install: ./gradlew --refresh-dependencies --stacktrace clean assemble testClasses
1818

19-
script: ./gradlew --stacktrace build
19+
script: ./gradlew --stacktrace build jacocoTestReport
2020

2121
after_success: bash <(curl -s https://codecov.io/bash)
2222

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ dependencies {
6767
jacocoTestReport {
6868
reports {
6969
xml.enabled true
70-
xml.destination file("${buildDir}/reports/jacoco/coverage.xml")
7170
html.enabled true
72-
html.destination file("${buildDir}/reports/jacoco")
7371
csv.enabled false
7472
}
7573
}

0 commit comments

Comments
 (0)