We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da5680 commit 4a2c6a3Copy full SHA for 4a2c6a3
Makefile
@@ -175,9 +175,7 @@ infection:
175
XDEBUG_MODE=coverage php tests/vendor/bin/paratest \
176
--coverage-xml=tmp/coverage/coverage-xml \
177
--log-junit=tmp/coverage/junit.xml
178
- version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
179
- wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
180
- php infection.phar \
+ php build-infection/vendor/bin/infection \
181
--configuration=infection.json5 \
182
--git-diff-base=origin/HEAD \
183
--git-diff-lines \
0 commit comments