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 e302a5c + c0ba205 commit 6802f33Copy full SHA for 6802f33
.github/workflows/dotnet-coverage.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Test
36
run: dotnet test --no-build --verbosity normal
37
- name: Upload coverage reports to Codecov
38
- uses: codecov/codecov-action@v5.3.0
+ uses: codecov/codecov-action@v5.3.1
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments