bumped codecov version to v4

always stops working randomly. frustrating.
This commit is contained in:
quobix
2024-05-09 09:00:44 -04:00
parent 3ce2494dad
commit 0e7459847b

View File

@@ -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