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 6f793a4 commit 0920c75Copy full SHA for 0920c75
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 --timestamping;
180
php infection.phar \
181
--configuration=infection.json5 \
182
--git-diff-base=origin/2.1.x \
0 commit comments