Skip to content

Commit 5c25a12

Browse files
committed
Update Makefile
1 parent 74bd5f5 commit 5c25a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ infection:
178178
wget https://github.com/infection/infection/releases/download/$$version/infection.phar --timestamping;
179179
php infection.phar \
180180
--configuration=infection.json5 \
181-
--git-diff-base=origin/2.1.x \
181+
--git-diff-base=origin/HEAD \
182182
--git-diff-lines \
183183
--coverage=tmp/coverage \
184184
--skip-initial-tests \

0 commit comments

Comments
 (0)