Skip to content

Commit

Permalink
upd codecov scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gabstv committed Feb 27, 2019
1 parent 1f9a92d commit 2851c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:
script:
- go test -v -covermode=count -coverprofile=coverage.out ./...
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- go test -race -coverprofile=coverage.txt -covermode=atomic
- ./go.test.sh

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 2851c87

Please sign in to comment.