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.
2 parents 98ef891 + f5c48c4 commit 925cc99Copy full SHA for 925cc99
.github/workflows/dotnet-coverage.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Test
37
run: dotnet test --no-build --verbosity normal
38
- name: Upload coverage reports to Codecov
39
- uses: codecov/codecov-action@v5.0.0
+ uses: codecov/codecov-action@v5.0.2
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments