File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 - name : " Upgrade PHPUnit with Paratest to speedup coverage generation"
238238 shell : bash
239239 run : |
240- composer require --dev phpunit/phpunit:^12 brianium/paratest --update-with-dependencies --ignore-platform-reqs --working-dir=tests
240+ composer require --dev phpunit/phpunit:^12 brianium/paratest:^7.16 --update-with-dependencies --ignore-platform-reqs --working-dir=tests
241241 composer require --dev phpunit/phpunit:^12 sebastian/diff --update-with-dependencies --ignore-platform-reqs
242242
243243 - uses : " ramsey/composer-install@v3"
@@ -271,6 +271,7 @@ jobs:
271271 php -d pcov.enabled=1 tests/vendor/bin/paratest \
272272 --passthru-php="'-d' 'pcov.enabled=1'" \
273273 --coverage-xml=tmp/coverage/coverage-xml --log-junit=tmp/coverage/junit.xml
274+ --exclude-source-from-xml-coverage
274275
275276 - name : " Run infection"
276277 run : |
You can’t perform that action at this time.
0 commit comments