File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ infection:
172172 composer install --working-dir build-infection --no-interaction --no-progress
173173 php build-infection/bin/infection-config.php --source-directory=' build/PHPStan/Build' > infection.json5
174174 XDEBUG_MODE=coverage php tests/vendor/bin/paratest \
175- --coverage-xml=tmp/coverage/coverage-xml \
176- --log-junit=tmp/coverage/junit.xml
175+ --coverage-xml=tmp/coverage/coverage-xml \
176+ --log-junit=tmp/coverage/junit.xml
177177 version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
178178 wget https://github.com/infection/infection/releases/download/$$ version/infection.phar --no-clobber;
179179 php infection.phar \
You can’t perform that action at this time.
0 commit comments