https://codecov.io | @codecov | hello@codecov.io |
---|
This repository serves as an example on how to use Codecov Global for Scala.
Add to your .travis.yml
file.
language: scala
script:
- sbt clean coverage test
after_success:
- pip install --user codecov && codecov
All other CI you can simply run
pip install --user codecov && codecov
.
Add to your .travis.yml
file.
after_success:
- pip install --user codecov && codecov -t :token
View source and learn more about Codecov Global Uploader