Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# [Codecov][1] Groovy Example
## Guide
### Travis Setup

Add 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
```xml

org.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-yaml

We are happy to help if you have any questions. Please contact email our Support at [[email protected]](mailto:[email protected])

[1]: https://codecov.io/