mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
fix: upload coverage for windows
This commit is contained in:
@@ -30,4 +30,7 @@ jobs:
|
|||||||
- name: Run coverage
|
- name: Run coverage
|
||||||
run: go test -race -coverprofile="cover.out" -covermode=atomic ./...
|
run: go test -race -coverprofile="cover.out" -covermode=atomic ./...
|
||||||
- name: Upload coverage to Codecov
|
- 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