Skip to content

Commit f461425

Browse files
committed
Remove code coverage job
1 parent 6bb8c71 commit f461425

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)