Skip to content

Commit 8263fc3

Browse files
authored
Disable code coverage
1 parent 6ec8185 commit 8263fc3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
- name: "Install PHP"
7272
uses: "shivammathur/setup-php@v2"
7373
with:
74-
coverage: "pcov"
7574
php-version: "${{ matrix.php-version }}"
7675
ini-values: zend.assertions=1
7776

@@ -96,10 +95,4 @@ jobs:
9695

9796
- name: "Run tests"
9897
timeout-minutes: 3
99-
run: "vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
100-
101-
- name: "Coveralls"
102-
if: ${{ matrix.php-version == '8.1' && matrix.dependencies == 'highest' }}
103-
run: |
104-
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.2/php-coveralls.phar
105-
php coveralls.phar -v
98+
run: "vendor/bin/phpunit"

0 commit comments

Comments
 (0)