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 5c25a12 commit b760e02Copy full SHA for b760e02
Makefile
@@ -174,9 +174,7 @@ infection:
174
XDEBUG_MODE=coverage php tests/vendor/bin/paratest \
175
--coverage-xml=tmp/coverage/coverage-xml \
176
--log-junit=tmp/coverage/junit.xml
177
- version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
178
- wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
179
- php infection.phar \
+ php build-infection/vendor/bin/infection \
180
--configuration=infection.json5 \
181
--git-diff-base=origin/HEAD \
182
--git-diff-lines \
0 commit comments