Skip to content

Commit f368e79

Browse files
authored
Merge pull request #78 from localheinz/fix/code-coverage
Fix: Do not dump Xdebug filter
2 parents c045465 + 1bdd341 commit f368e79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,8 @@ jobs:
7979
if: "matrix.dependencies == 'highest'"
8080
run: "composer update --no-interaction --no-progress --no-suggest"
8181

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-
8582
- 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"
83+
run: "vendor/bin/phpunit --configuration=phpunit.xml --coverage-clover=.build/logs/clover.xml"
8784

8885
- name: "Send code coverage report to Codecov.io"
8986
env:

0 commit comments

Comments
 (0)