Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Send Code coverage for all php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Mar 15, 2021
1 parent ddd326e commit f91e835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
run: |
vendor/bin/phpunit --coverage-clover=coverage.xml
- name: Upload coverage to Codecov
if: matrix.php == '7.4'
continue-on-error: true # if is fork
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit f91e835

Please sign in to comment.