Skip to content

Commit ee05725

Browse files
committed
fix code coverage shell error in travis ci yml.
1 parent f3d4f5d commit ee05725

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) || echo 'Codecov failed to upload'
35+
- bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'

0 commit comments

Comments
 (0)