Skip to content

Commit

Permalink
fix test command in .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Jan 17, 2022
1 parent b6a56f3 commit bd4db36
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 @@ -8,7 +8,7 @@ before_install:
- go get -t -v ./...

script:
- go test -coverprofile=coverage.txt -covermode=atomic
- go test ./... -v -coverprofile=coverage.txt -covermode=atomic

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

0 comments on commit bd4db36

Please sign in to comment.