Add codecov.io

This commit is contained in:
Alexander Neumann 2016-09-03 10:44:37 +02:00
parent d497fb6966
commit 48924009fe
1 changed files with 1 additions and 0 deletions

View File

@ -34,3 +34,4 @@ script:
after_success:
- GOPATH=$PWD:$PWD/vendor goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
- bash <(curl -s https://codecov.io/bash) -f all.cov