Skip to content

Commit

Permalink
Do not fail the CI if the codecov action fails (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
amieiro committed May 15, 2024
1 parent 10644fd commit 8d026af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: coverage-clover-${{ github.sha }}.xml
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 8d026af

Please sign in to comment.