Skip to content

Commit 91975f5

Browse files
committed
Update Makefile
1 parent 59a7be9 commit 91975f5

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
@@ -173,8 +173,8 @@ infection:
173173
composer install --working-dir build-infection --no-interaction --no-progress
174174
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> infection.json5
175175
XDEBUG_MODE=coverage php tests/vendor/bin/paratest \
176-
--coverage-xml=tmp/coverage/coverage-xml \
177-
--log-junit=tmp/coverage/junit.xml
176+
--coverage-xml=tmp/coverage/coverage-xml \
177+
--log-junit=tmp/coverage/junit.xml
178178
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
179179
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
180180
php infection.phar \

0 commit comments

Comments
 (0)