Skip to content

Commit

Permalink
Rename report file
Browse files Browse the repository at this point in the history
  • Loading branch information
freimair committed Sep 2, 2020
1 parent 191ca0d commit 65f87b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ script:
- ./gradlew clean check codeCoverageReport

after_success:
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r build/reports/jacoco/codeCoverageReport/jacocoCoverageReport.xml
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ task codeCoverageReport(type: JacocoReport) {

reports {
xml.enabled true
xml.destination file("${rootProject.projectDir}/build/reports/jacoco/codeCoverageReport/jacocoCoverageReport.xml")
html.enabled false
csv.enabled false
}
Expand Down

0 comments on commit 65f87b4

Please sign in to comment.