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 aa5d349 commit a1da7ee
Show file tree
Hide file tree
Showing 2 changed files with 8 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'
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ asciidoctor {
inputs.dir snippetsDir
dependsOn test
}

coveralls {
saveAsFile = true
sendToCoveralls = false
}

0 comments on commit a1da7ee

Please sign in to comment.