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 c0f9255 commit 9e0d6deCopy full SHA for 9e0d6de
1 file changed
.github/workflows/dotnet.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Test
42
run: dotnet test --no-build --report-trx --coverage --coverage-output-format cobertura --coverage-output cobertura.xml --results-directory TestResults
43
- name: Upload coverage reports to Codecov
44
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
45
env:
46
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
47
with:
0 commit comments