https://github.com/codecov/example-xtend
Xtend coverage example
https://github.com/codecov/example-xtend
Last synced: 10 months ago
JSON representation
Xtend coverage example
- Host: GitHub
- URL: https://github.com/codecov/example-xtend
- Owner: codecov
- License: mit
- Created: 2014-09-28T18:54:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T20:34:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T10:04:21.459Z (11 months ago)
- Language: Xtend
- Homepage: https://codecov.io
- Size: 10.7 KB
- Stars: 3
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Codecov][1] XTend 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 [support@codecov.io](mailto:support@codecov.io)
[1]: https://codecov.io/