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 84f9176 commit eaa18bcCopy full SHA for eaa18bc
1 file changed
.github/workflows/coverage.yml
@@ -93,8 +93,8 @@ jobs:
93
- name: Upload coverage to CodeCov
94
uses: codecov/codecov-action@v5
95
with:
96
+ use_oidc: true
97
fail_ci_if_error: true # optional (default = false)
- token: ${{ secrets.CODECOV_TOKEN }}
98
verbose: true # optional (default = false)
99
100
# Then PR comments
0 commit comments