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 00fac8e commit 4f72d61Copy full SHA for 4f72d61
.github/workflows/continuous-integration.yml
@@ -8,7 +8,6 @@ on:
8
paths-ignore:
9
- "doc/**"
10
11
-
12
jobs:
13
phpunit:
14
name: PHP ${{ matrix.php-version }} (${{ matrix.dependency-versions }})
@@ -52,14 +51,3 @@ jobs:
52
51
53
- name: Run PHPUnit test suite
54
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