Codecov Java Maven Example 
- Add
cobertura-maven-pluginplugin to your pom.xml files, see here - Call
mvn cobertura:coberturaduring your CI tests, see here - Call
bash <(curl -s https://codecov.io/bash)at the end of your CI build, see here
- Using Travis CI, CircleCI or AppVeyor AND the repository is public? You're done! No token needed.
- Otherwise, please add this your repository token token.
Other Examples1