There was an error while loading. Please reload this page.
use_tidy_github_actions()
1 parent e28c21c commit 74a3acbCopy full SHA for 74a3acb
1 file changed
.github/workflows/test-coverage.yaml
@@ -36,7 +36,7 @@ jobs:
36
covr::to_cobertura(cov)
37
shell: Rscript {0}
38
39
- - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
40
with:
41
# Fail if error if not on PR, or if on PR and token is given
42
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments