mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +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: |
|
||||
go test -v -coverprofile cover.out ./...
|
||||
gocov convert cover.out | gocov-xml > coverage.xml
|
||||
- uses: codecov/codecov-action@v3
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ./coverage.xml
|
||||
|
||||
Reference in New Issue
Block a user