summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 14:46:06 +0300
committerWolfy-J <[email protected]>2018-01-28 14:46:06 +0300
commit245a79982ffe3f621d8ebb191dbe63ddacb67d05 (patch)
treecefd695efb47d1a3a388d05b8d74a02a4917e1e1 /.travis.yml
parentadba52bb949fc9a44934779560b8e1a14cff4dee (diff)
coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5172bffe..5ea8b20d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,4 +20,7 @@ install:
- go get -u "github.com/stretchr/testify/assert"
script:
- - go test -race -v \ No newline at end of file
+ - go test -race -v -coverprofile=coverage.txt -covermode=atomic
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash)