Skip to content

Commit 782b09c

Browse files
authored
echo message on codecov failed to upload
1 parent 2738684 commit 782b09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ script:
3232
- go test ./... -coverprofile=coverage.txt -covermode=atomic
3333

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

0 commit comments

Comments
 (0)