Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
Use goverage to generate cover profile
Browse files Browse the repository at this point in the history
  • Loading branch information
suciptoid committed Jul 17, 2019
1 parent 5ac0ed6 commit 9d68574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ env:

script:
- go mod download
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- go get -u github.com/haya14busa/goverage
- go test -v -race ./...
- goverage -v -coverprofile=coverage.txt -covermode=atomic -race ./...

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

0 comments on commit 9d68574

Please sign in to comment.