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 bb853e5 commit 74bd5f5Copy full SHA for 74bd5f5
Makefile
@@ -175,7 +175,7 @@ infection:
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 --no-clobber;
+ wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
179
php infection.phar \
180
--configuration=infection.json5 \
181
--git-diff-base=origin/2.1.x \
0 commit comments