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 c12853b commit 9810ab2Copy full SHA for 9810ab2
.github/workflows/checks.yml
@@ -154,7 +154,7 @@ jobs:
154
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" schema-registry-client:${{ matrix.php.version }} \
155
vendor/bin/phpunit --exclude-group integration --coverage-clover=build/coverage.clover --coverage-text
156
- name: Publish code coverage
157
- if: ${{ matrix.php.version == '7.4' && matrix.php.composer == '--prefer-stable' }}
+ if: ${{ matrix.php.version == '7.4' && matrix.php.composer == '--prefer-stable' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
158
uses: paambaati/codeclimate-action@v2.7.4
159
env:
160
CC_TEST_REPORTER_ID: ${{secrets.CODE_CLIMATE_REPORTER_ID}}
0 commit comments