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 74bd5f5 commit 5c25a12Copy full SHA for 5c25a12
Makefile
@@ -178,7 +178,7 @@ infection:
178
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 \
+ --git-diff-base=origin/HEAD \
182
--git-diff-lines \
183
--coverage=tmp/coverage \
184
--skip-initial-tests \
0 commit comments