Skip to content

Commit 94cd381

Browse files
committed
Disable code coverage to prevent warnings.
1 parent a55f912 commit 94cd381

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

ci/qa/phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd $(dirname $0)/../../
77

88
# PHPUnit Bridge should always be used in Symfony applications. (https://symfony.com/doc/current/components/phpunit_bridge.html)
99
# This will create a phpunit executable in /bin/ instead of /vendor/bin/
10-
./vendor/bin/phpunit --configuration=ci/qa/phpunit.xml --coverage-text --stop-on-error $@
10+
./vendor/bin/phpunit --configuration=ci/qa/phpunit.xml --stop-on-error $@
1111
./vendor/bin/phpunit --configuration=ci/qa/phpunit.xml --testsuite=database

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"phpstan/phpstan-doctrine": "^2.0",
6767
"phpstan/phpstan-mockery": "^2.0",
6868
"phpstan/phpstan-symfony": "^2.0",
69-
"phpunit/php-code-coverage": "^10.1",
7069
"phpunit/phpunit": "^10",
7170
"rector/rector": "^2.2",
7271
"slevomat/coding-standard": "^8.25",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)