Skip to content

Commit

Permalink
Fix codecov command in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dastoori authored Apr 4, 2021
1 parent 2ca6e58 commit 5615c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
- name: Coverage
run: go test -race -coverprofile='coverage.txt' -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
run: curl -s https://codecov.io/bash | bash
shell: bash

0 comments on commit 5615c95

Please sign in to comment.