mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 02:10:24 +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 ./...
|
run: go test -race -coverprofile="cover.out" -covermode=atomic ./...
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: curl -s https://codecov.io/bash | bash
|
||||||
curl -s https://codecov.io/bash | bash
|
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user