Skip to content

Commit 715d07e

Browse files
committed
Update Makefile
1 parent a2519d9 commit 715d07e

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
@@ -176,7 +176,7 @@ infection:
176176
--log-junit=tmp/coverage/junit.xml
177177
baseBranch=$(shell git symbolic-ref refs/remotes/${remote:-origin}/HEAD | sed 's,.*/,,') \
178178
php build-infection/vendor/bin/infection \
179-
--configuration=tmp/infection.json5
179+
--configuration=tmp/infection.json5 \
180180
--git-diff-base=origin/$$baseBranch \
181181
--git-diff-lines \
182182
--coverage=tmp/coverage \

0 commit comments

Comments
 (0)