Skip to content

Commit a23987d

Browse files
committed
Update Makefile
1 parent 39fe0e0 commit a23987d

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
@@ -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 \

0 commit comments

Comments
 (0)