We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbdd81 commit 3bff0bfCopy full SHA for 3bff0bf
.travis.yml
@@ -19,5 +19,8 @@ install:
19
- go get github.com/mattn/goveralls
20
21
script:
22
- - go test -v -covermode=count -coverprofile=coverage.out
23
- - $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken=$COVERALLS_TOKEN
+ - go test -v -covermode=count -coverprofile=coverage.txt
+ - $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.txt -service=travis-ci -repotoken=$COVERALLS_TOKEN
24
+
25
+after_success:
26
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments