Skip to content

Commit

Permalink
Use default covermode
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Jul 17, 2018
1 parent 28bb247 commit 56e21ba
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 @@ -39,7 +39,7 @@ jobs:
before_script:
- make testdaemon-scp SSH_PORT=69
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- go test -race -coverprofile=coverage.txt ./...
after_success:
- bash <(curl -s https://codecov.io/bash)

Expand Down

0 comments on commit 56e21ba

Please sign in to comment.