We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6491641 commit 3318741Copy full SHA for 3318741
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