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 f3d4f5d commit ee05725Copy full SHA for ee05725
.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) || echo 'Codecov failed to upload'
+ - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
0 commit comments