Skip to content

Commit

Permalink
#183: Fixed coverage report hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Feb 3, 2019
1 parent c9b85f9 commit ead848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ after_success:
# Codacy upload report
# - java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r target/site/jacoco/jacoco.xml
# CodeClimate upload report
- ./cc-test-reporter format-coverage target/site/jacoco/jacoco.xml --input-type jacoco
- ./cc-test-reporter format-coverage modules/jacoco-aggregator-module/target/site/jacoco-aggregate/jacoco.xml --input-type jacoco
- ./cc-test-reporter upload-coverage -r $CC_TEST_REPORTER_ID

0 comments on commit ead848d

Please sign in to comment.