We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56baf4 commit 3fd6fecCopy full SHA for 3fd6fec
.github/workflows/ezsql-macos.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Test with phpunit
61
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
62
- name: Submit code coverage
63
+ if: ${{ success() }} || ${{ failure() }}
64
uses: codecov/codecov-action@v1
65
with:
66
file: ./coverage.xml # optional
tests/ezFunctionsTest.php
@@ -23,6 +23,7 @@
23
lte,
24
gt,
25
gte,
26
+ isNull,
27
isNotNull,
28
like,
29
in,
0 commit comments