Skip to content

Commit

Permalink
Merge pull request #873 from ShannonDing/codecove_failed
Browse files Browse the repository at this point in the history
[ISSUE #872] fix code coverage shell error in travis ci yml.
  • Loading branch information
duhenglucky authored Jul 25, 2022
2 parents f3d4f5d + ee05725 commit 129701a
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 @@ -32,4 +32,4 @@ script:
- go test ./... -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash < (curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
- bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'

0 comments on commit 129701a

Please sign in to comment.