Skip to content

Commit 4f72d61

Browse files
committed
Drop CodeClimate integration from CI Workflow
1 parent 00fac8e commit 4f72d61

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
paths-ignore:
99
- "doc/**"
1010

11-
1211
jobs:
1312
phpunit:
1413
name: PHP ${{ matrix.php-version }} (${{ matrix.dependency-versions }})
@@ -52,14 +51,3 @@ jobs:
5251

5352
- name: Run PHPUnit test suite
5453
run: composer run-script test-ci
55-
56-
- name: Publish code coverage
57-
if: github.repository == 'beluga-php/docker-php' && github.event_name != 'pull_request'
58-
uses: paambaati/codeclimate-action@a1831d7162ea1fbc612ffe5fb3b90278b7999d59 # v5.0.0
59-
env:
60-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
61-
with:
62-
coverageCommand: composer run-script test-coverage
63-
coverageLocations: |
64-
${{github.workspace}}/clover.xml:clover
65-

0 commit comments

Comments
 (0)