We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfef6b commit a0b7011Copy full SHA for a0b7011
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
run: dotnet test --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput=../.coverage/
62
- name: Upload coverage to codecov
63
if: ${{ startsWith(matrix.os, 'ubuntu') }}
64
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
65
with:
66
token: ${{ secrets.CODECOV_TOKEN }}
67
files: src/.coverage/*.opencover.xml
0 commit comments