We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 739769f + e486cce commit 839a598Copy full SHA for 839a598
1 file changed
.github/workflows/dotnet.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Upload test results to Codecov
82
if: ${{ !cancelled() }}
83
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
84
with:
85
fail_ci_if_error: true
86
report_type: test_results
@@ -89,7 +89,7 @@ jobs:
89
token: ${{ secrets.CODECOV_TOKEN }}
90
91
- name: Upload coverage to Codecov
92
93
94
95
files: '**/TestResults/coverage.cobertura.xml'
0 commit comments