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 0920c75 commit 9da5680Copy full SHA for 9da5680
Makefile
@@ -179,7 +179,7 @@ infection:
179
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 \
+ --git-diff-base=origin/HEAD \
183
--git-diff-lines \
184
--coverage=tmp/coverage \
185
--skip-initial-tests \
0 commit comments