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 86b19e4Copy full SHA for 86b19e4
.github/workflows/ci.yml
@@ -72,9 +72,9 @@ jobs:
72
- name: Run Tests
73
run: ./vendor/bin/phpunit --coverage-clover build/coverage/xml
74
75
- - name: Upload coverage results to Coveralls
76
- if: "${{ matrix.coverage != 'none' }}"
+ - name: Upload coverage results to Codacy
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