Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecov/example-groovy
Groovy coverage example
https://github.com/codecov/example-groovy
coverage groovy jacoco
Last synced: about 2 hours ago
JSON representation
Groovy coverage example
- Host: GitHub
- URL: https://github.com/codecov/example-groovy
- Owner: codecov
- License: mit
- Created: 2014-09-28T18:53:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T20:33:53.000Z (10 months ago)
- Last Synced: 2024-04-16T04:50:10.709Z (7 months ago)
- Topics: coverage, groovy, jacoco
- Language: Groovy
- Homepage: https://codecov.io
- Size: 11.7 KB
- Stars: 7
- Watchers: 13
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Codecov][1] Groovy Example
## Guide
### Travis SetupAdd to your `.travis.yml` file.
```yml
language: java
after_success:
- bash <(curl -s https://codecov.io/bash)
```> All other CI you can simply run `bash <(curl -s https://codecov.io/bash)`.
### Produce Coverage Reports
#### Add Jacoco plugin
```xmlorg.jacoco
jacoco-maven-plugin
0.7.5.201505241946
prepare-agent
report
test
report
```
## Caveats
### Private Repos
Add to your `.travis.yml` file.
```yml
after_success:
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
```1. More documentation at https://docs.codecov.io
2. Configure codecov through the `codecov.yml` https://docs.codecov.io/docs/codecov-yamlWe are happy to help if you have any questions. Please contact email our Support at [[email protected]](mailto:[email protected])
[1]: https://codecov.io/