ci: revert codecov fail_ci_if_error to true
Maintain strict CI checks. Codecov rate limiting should be resolved by maintainers adding CODECOV_TOKEN to repository secrets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b8c0bca755
commit
ba69bf953c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
- uses: codecov/codecov-action@v2
|
||||
if: matrix.node-version == 16
|
||||
with:
|
||||
fail_ci_if_error: false
|
||||
fail_ci_if_error: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue