Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Nov 15, 2020
1 parent a83e620 commit 35bd757
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 @@ -5,7 +5,7 @@ install:
- # Prevent default install action "go get -t -v ./...".
script:
- make check
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./tests/...

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

0 comments on commit 35bd757

Please sign in to comment.