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 a5f8ebf commit e1fe664Copy full SHA for e1fe664
.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.7
+ uses: codecov/codecov-action@v5.1.1
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments