aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-25 23:49:14 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-25 23:49:14 +0200
commit0d649346b4f93e47dfac7a2ff66294d6ab095e2e (patch)
treef9e72657d18c7966640f521fb8b57ae74b076ae5
parent7c6f9ef4aac84e0279cf0b343bd7e0d292485be3 (diff)
downloadgit-bug-0d649346b4f93e47dfac7a2ff66294d6ab095e2e.tar.gz
travis: add codegov hook
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d5f7f8de..0025f29e 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)