mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 20:47:45 +00:00
bumped codecov version to v4
always stops working randomly. frustrating.
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
go test -v -coverprofile cover.out ./...
|
go test -v -coverprofile cover.out ./...
|
||||||
gocov convert cover.out | gocov-xml > coverage.xml
|
gocov convert cover.out | gocov-xml > coverage.xml
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user