Skip to content

Commit a472790

Browse files
committed
Update Makefile
1 parent 7362671 commit a472790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)