Skip to content

Commit 6638245

Browse files
committed
Update ezsql-macos.yml
1 parent dcfd045 commit 6638245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Test with phpunit
6161
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
6262
- name: Submit code coverage
63+
if: ${{ success() }} || ${{ failure() }}
6364
uses: codecov/codecov-action@v1
6465
with:
6566
file: ./coverage.xml # optional

0 commit comments

Comments
 (0)