Skip to content

Commit

Permalink
chore(ci): do not fail ci on a flaky codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 10, 2024
1 parent d9308fc commit 6d60ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
# https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954/21
fail_ci_if_error: false

# TODO: Fix or replace bundlemon on CI
# - name: Analyze bundle size
Expand Down

0 comments on commit 6d60ef4

Please sign in to comment.