diff --git a/.travis.yml b/.travis.yml index ac45159b..a139967f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,7 @@ go: script: - make setup - make test + - go test -coverprofile=coverage.txt -covermode=atomic + +after_success: + - bash <(curl -s https://codecov.io/bash)