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 3f7d9c2 commit 9ec22f7Copy full SHA for 9ec22f7
Makefile
@@ -174,7 +174,7 @@ infection:
174
--coverage-xml=tmp/coverage/coverage-xml \
175
--log-junit=tmp/coverage/junit.xml
176
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
177
- 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;
178
php infection.phar \
179
--configuration=infection.json5 \
180
--git-diff-base=origin/2.1.x \
0 commit comments