We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff62778 commit 5fbe51dCopy full SHA for 5fbe51d
1 file changed
.github/workflows/tests.yml
@@ -218,7 +218,7 @@ jobs:
218
- name: Setup PHPUnit files
219
env:
220
DB: ${{steps.database-type.outputs.db}}
221
- COVERAGE: ${{ matrix.COVERAGE == 1 && env.CODECOV == '1' }}
+ COVERAGE: ${{ matrix.COVERAGE == 1 && env.CODECOV == '1' && '1' || '0' }}
222
run: |
223
if [ $COVERAGE == '1' ]
224
then
@@ -231,7 +231,7 @@ jobs:
231
- name: Run unit tests
232
233
234
235
236
237
0 commit comments