Skip to content

Commit 3fd6fec

Browse files
committed
update/correction
1 parent a56baf4 commit 3fd6fec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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

tests/ezFunctionsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
lte,
2424
gt,
2525
gte,
26+
isNull,
2627
isNotNull,
2728
like,
2829
in,

0 commit comments

Comments
 (0)