Skip to content

Commit

Permalink
Don't fail CI if codecov doesn't upload, it's flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Aug 19, 2024
1 parent df1d02c commit fce6a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
fail_ci_if_error: false

frontend-cypress:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fce6a44

Please sign in to comment.