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 1b37e80 commit c8b208dCopy full SHA for c8b208d
.github/workflows/checks.yml
@@ -155,7 +155,7 @@ jobs:
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' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
158
- uses: paambaati/codeclimate-action@v2.7.4
+ uses: paambaati/codeclimate-action@v3.0.0
159
env:
160
CC_TEST_REPORTER_ID: ${{secrets.CODE_CLIMATE_REPORTER_ID}}
161
with:
0 commit comments