Skip to content

Commit

Permalink
CI: Do not fail on Codecov upload errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 1, 2024
1 parent 32e0656 commit 7b2d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: always() && (matrix.php-version == '7.4' || startsWith(matrix.php-version, '8.'))
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true
fail_ci_if_error: false

- name: Upload coverage results to Scrutinizer CI
if: always() && (matrix.php-version == '7.4' || startsWith(matrix.php-version, '8.'))
Expand Down

0 comments on commit 7b2d895

Please sign in to comment.