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 @@ -171,8 +171,8 @@ infection:
171171 composer install --working-dir build-infection --no-interaction --no-progress
172172 php build-infection/bin/infection-config.php --source-directory=' build/PHPStan/Build' > infection.json5
173173 XDEBUG_MODE=coverage php tests/vendor/bin/paratest \
174- --coverage-xml=tmp/coverage/coverage-xml \
175- --log-junit=tmp/coverage/junit.xml
174+ --coverage-xml=tmp/coverage/coverage-xml \
175+ --log-junit=tmp/coverage/junit.xml
176176 version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
177177 wget https://github.com/infection/infection/releases/download/$$ version/infection.phar --no-clobber;
178178 php infection.phar \
You can’t perform that action at this time.
0 commit comments