Skip to content

Commit 0c451bc

Browse files
committed
Update Makefile
1 parent bdbcf94 commit 0c451bc

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

0 commit comments

Comments
 (0)