We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c045465 commit 1bdd341Copy full SHA for 1bdd341
.github/workflows/integrate.yaml
@@ -79,11 +79,8 @@ jobs:
79
if: "matrix.dependencies == 'highest'"
80
run: "composer update --no-interaction --no-progress --no-suggest"
81
82
- - name: "Dump Xdebug filter with phpunit/phpunit"
83
- run: "vendor/bin/phpunit --configuration=phpunit.xml --dump-xdebug-filter=.build/phpunit/xdebug-filter.php"
84
-
85
- name: "Collect code coverage with Xdebug and phpunit/phpunit"
86
- run: "vendor/bin/phpunit --configuration=phpunit.xml --coverage-clover=.build/logs/clover.xml --prepend=.build/phpunit/xdebug-filter.php"
+ run: "vendor/bin/phpunit --configuration=phpunit.xml --coverage-clover=.build/logs/clover.xml"
87
88
- name: "Send code coverage report to Codecov.io"
89
env:
0 commit comments