fix: upload coverage for windows

This commit is contained in:
debugtalk
2021-09-30 17:22:39 +08:00
parent eafe0434d9
commit d3a4c446a6

View File

@@ -31,6 +31,5 @@ jobs:
run: go test -race -coverprofile="cover.out" -covermode=atomic ./...
- name: Upload coverage to Codecov
if: success()
run: |
curl -s https://codecov.io/bash | bash
run: curl -s https://codecov.io/bash | bash
shell: bash