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 9bc38fd + f03972e commit ba2fdbdCopy full SHA for ba2fdbd
.github/workflows/coverage.yml
@@ -95,7 +95,7 @@ jobs:
95
# which will hopefully be noticed for the lack of code coverage comments
96
- name: Upload coverage to CodeCov
97
if: ${{ !env.ACT }}
98
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
99
with:
100
use_oidc: true
101
fail_ci_if_error: false # optional (default = false)
0 commit comments