Skip to content

Commit

Permalink
Set up codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Rens Rikkerink authored and ikkerens committed Mar 5, 2019
1 parent 1b95e53 commit 712d4dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ install:
script:
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
# - golint -set_exit_status ./...
- go test -v -race ./...
# - golint -set_exit_status ./...
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 712d4dd

Please sign in to comment.