mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 19:39:44 +08:00
fix: upload coverage for windows
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -30,4 +30,7 @@ jobs:
|
||||
- name: Run coverage
|
||||
run: go test -race -coverprofile="cover.out" -covermode=atomic ./...
|
||||
- name: Upload coverage to Codecov
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
if: success()
|
||||
run: |
|
||||
curl -s https://codecov.io/bash | bash
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user