Add code coverage with codecov.io

This commit is contained in:
Bobby DeSimone 2019-01-02 12:16:44 -08:00
parent d56c889224
commit 52a87b6e46
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E

View file

@ -14,5 +14,5 @@
- env GO111MODULE=on make all
- env GO111MODULE=on make cover
- env GO111MODULE=on make release
# after_success:
# - bash <(curl -s https://codecov.io/bash)
after_success:
- bash <(curl -s https://codecov.io/bash)