Skip to content

Commit

Permalink
Remove fail_ci_if_error option
Browse files Browse the repository at this point in the history
Having reports uploaded is not impotant, especially PR for dependency update.
See following about bug for this option:
codecov/codecov-action#1274
  • Loading branch information
shu-mutou authored Mar 25, 2024
1 parent 6f0ab20 commit bc0f751
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ jobs:
- uses: codecov/codecov-action@v4.1.0
with:
directory: ./.tmp
#fail_ci_if_error: true
# PR from dependabot causes an error, so comment this out until the problem is resolved.
# See https://github.com/codecov/codecov-action/issues/1274
token: ${{ secrets.CODECOV_TOKEN }}

# TODO: needs to be fixed
Expand Down

0 comments on commit bc0f751

Please sign in to comment.