diff --git a/.travis.yml b/.travis.yml index b090c95..3689dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,5 @@ script: - go test -bench . ./... - ./script/coverage - ./script/lint +after_success: +- bash <(curl -s https://codecov.io/bash) -f all.coverprofile