diff --git a/.travis.yml b/.travis.yml index d5f7f8ded1d008f7e73f121f08eb77cec40c7e9c..0025f29e4ef8247e9492c4143c91e54245d269bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,7 @@ install: script: - make test + - go test -race -coverprofile=coverage.txt -covermode=atomic + +after_success: + - bash <(curl -s https://codecov.io/bash)