Codecov Gradle Example
- Set-up your
build.gradle
for collecting coverage in multiproject gradle projects and compiling their coverage with jacoco. See here - Execute your tests as normal
- Call
gradle codeCoverageReport
to generate report. See here - Call
bash <(curl -s https://codecov.io/bash)
to upload reports to Codecov. See here
- Public project? Using TravisCI, CircleCI or AppVeyor? You're all set! No upload token required.
- Otherwise please include your repository upload token. See here