mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix: upload coverage for windows
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user