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 2a2a167 commit 0b3dfbeCopy full SHA for 0b3dfbe
.github/workflows/ci.yml
@@ -73,8 +73,8 @@ jobs:
73
run: ./vendor/bin/phpunit --coverage-clover build/coverage/xml
74
75
- name: Upload coverage results to Coveralls
76
- if: "${{ matrix.coverage != 'none' }}"
77
env:
78
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
+ if: "${{ matrix.coverage != 'none' }} && ${{ env.CODACY_PROJECT_TOKEN != '' }}"
79
run: |
80
./vendor/bin/codacycoverage clover build/coverage/xml
0 commit comments