Skip to content

Commit 47edbb8

Browse files
authored
Merge pull request #171 from maxmind/greg/remove-unused-coverage-deps
Remove generation of coverage info
2 parents e8be888 + f05efb9 commit 47edbb8

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

.coveralls-phpunit.xml.dist

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
php-version: ${{ matrix.php-versions }}
2525
extensions: "mbstring, intl, ${{ matrix.php-extensions }}"
2626
tools: "composer, phpize"
27-
coverage: xdebug
2827

2928
- name: Checkout
3029
# We use v1 due to https://github.com/actions/checkout/issues/334
@@ -58,7 +57,7 @@ jobs:
5857
run: composer install --no-progress --prefer-dist --optimize-autoloader
5958

6059
- name: Test with phpunit without extension
61-
run: vendor/bin/phpunit --coverage-text
60+
run: vendor/bin/phpunit
6261

6362
- name: Test with phpunit using extension
6463
run: php -d extension=ext/modules/maxminddb.so vendor/bin/phpunit

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "3.*",
2828
"phpunit/phpunit": ">=8.0.0,<10.0.0",
29-
"php-coveralls/php-coveralls": "^2.1",
30-
"phpunit/phpcov": ">=6.0.0",
3129
"squizlabs/php_codesniffer": "3.*",
3230
"phpstan/phpstan": "*"
3331
},

0 commit comments

Comments
 (0)