Skip to content

Commit

Permalink
Workaround for Coveralls issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tscz committed Aug 19, 2019
1 parent 3f4000f commit 2eaad18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ deploy:
master: jalp-staging
production: jalp-production
after_success:
- ./gradlew jacocoTestReport coveralls
# Manual upload of coverage report, see https://github.com/kt3k/coveralls-gradle-plugin/issues/85
- ./gradlew jacocoTestReport coveralls
- curl -F 'json_file=@build/coveralls/report.json' 'https://coveralls.io/api/v1/jobs'
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coveralls.saveAsFile = true
coveralls.sendToCoveralls = false

0 comments on commit 2eaad18

Please sign in to comment.