We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2738684 commit 782b09cCopy full SHA for 782b09c
.travis.yml
@@ -32,4 +32,4 @@ script:
32
- go test ./... -coverprofile=coverage.txt -covermode=atomic
33
34
after_success:
35
- - bash < (curl -s https://codecov.io/bash)
+ - bash < (curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
0 commit comments