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 91975f5 commit 6f793a4Copy full SHA for 6f793a4
Makefile
@@ -176,7 +176,7 @@ infection:
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 --no-clobber;
+ wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
180
php infection.phar \
181
--configuration=infection.json5 \
182
--git-diff-base=origin/2.1.x \
0 commit comments