File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -130,35 +130,3 @@ jobs:
130130
131131 - name : " Tests"
132132 run : " ${{ matrix.script }}"
133-
134- tests-code-coverage :
135- name : " Tests with code coverage"
136-
137- runs-on : " ubuntu-latest"
138- timeout-minutes : 30
139-
140- steps :
141- - name : " Checkout"
142- uses : " actions/checkout@v2"
143-
144- - name : " Install PHP"
145- uses : " shivammathur/setup-php@v2"
146- with :
147- coverage : " pcov"
148- php-version : " 8.0"
149- tools : pecl
150- extensions : ds
151-
152- - name : " Install dependencies"
153- run : " composer install --no-interaction --no-progress"
154-
155- - name : " Tests"
156- run : |
157- php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" vendor/bin/phpunit
158-
159- - name : " Coveralls"
160- env :
161- COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
162- run : |
163- composer require twinh/php-coveralls --dev && \
164- vendor/bin/php-coveralls --verbose --coverage_clover=tests/tmp/clover.xml --json_path=tests/tmp/coveralls-upload.json
You can’t perform that action at this time.
0 commit comments