diff options
author | Nadrieril | 2019-03-19 00:34:34 +0100 |
---|---|---|
committer | Nadrieril | 2019-03-19 00:34:34 +0100 |
commit | 316c432af120172d8882af4288a952b627f026af (patch) | |
tree | e66dfcbe9958be1a89756e72e51f8c72115d9e63 | |
parent | c0d1f2caf84aaac06be3012cc83573f003c73741 (diff) |
Add codecov integration
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 108142c..ee40a68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,6 @@ script: after_success: | cargo tarpaulin --release --all --all-features --ciserver travis-ci --coveralls $TRAVIS_JOB_ID + cargo tarpaulin --release --all --all-features --out Xml + bash <(curl -s https://codecov.io/bash) |