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 2214e98 + 2f39b0e commit a97d4c5Copy full SHA for a97d4c5
1 file changed
.github/workflows/coverage.yml
@@ -92,7 +92,7 @@ jobs:
92
# Build will fail here if coverage upload fails
93
# which will hopefully be noticed for the lack of code coverage comments
94
- name: Upload coverage to CodeCov
95
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
96
with:
97
use_oidc: true
98
fail_ci_if_error: true # optional (default = false)
0 commit comments