Skip to content

Commit

Permalink
Allow CI to pass if Codecov fails (#2189)
Browse files Browse the repository at this point in the history
CI is failing when Codecov is failing.

This is a temporary workaround for CI until issues with Codecov are
fixed.
  • Loading branch information
asdfghjkxd committed Apr 15, 2024
1 parent 2692f0f commit 54d0028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
directory: ${{ github.workspace }}/build/reports/jacoco/coverage
files: coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

- name: Build preview website (pull request)
if: ${{ success() && github.event_name == 'pull_request' && matrix.os == 'ubuntu-20.04' }}
Expand Down

0 comments on commit 54d0028

Please sign in to comment.