Skip to content

Commit

Permalink
Change: Do not fail CI if codecov upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored and bjoernricks committed Jun 28, 2023
1 parent c25f962 commit fda7e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Submit test coverage to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false

linting:
env:
Expand Down

0 comments on commit fda7e73

Please sign in to comment.