mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 03:18:55 +00:00
Add codecov.io
This commit is contained in:
parent
d497fb6966
commit
48924009fe
@ -34,3 +34,4 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- GOPATH=$PWD:$PWD/vendor goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
|
- GOPATH=$PWD:$PWD/vendor goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
|
||||||
|
- bash <(curl -s https://codecov.io/bash) -f all.cov
|
||||||
|
Loading…
Reference in New Issue
Block a user