Skip to content

Commit

Permalink
ci: ignore Codecov token not found error
Browse files Browse the repository at this point in the history
PR from dependabot causes an error, so comment this out until the problem is resolved.
See codecov/codecov-action#1274
  • Loading branch information
shu-mutou committed Mar 23, 2024
1 parent 95f9233 commit 6f0ab20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ jobs:
- uses: codecov/[email protected]
with:
directory: ./.tmp
fail_ci_if_error: true
#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 6f0ab20

Please sign in to comment.