Gradle: Add code coverage reporting, upload from Travis CI to Codecov

This commit is contained in:
str4d
2017-12-07 03:50:25 +00:00
parent 75e6539f81
commit 19016edcfc
2 changed files with 32 additions and 1 deletions

View File

@@ -22,6 +22,13 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
script:
- ./gradlew check
- ./gradlew codeCoverageReport
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
irc:
channels: