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 b8fea3c commit 2fe168eCopy full SHA for 2fe168e
.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/[email protected].5
+ uses: codecov/[email protected].7
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments