Skip to content

Commit 0de3459

Browse files
committed
Update Makefile
1 parent a5c3002 commit 0de3459

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

0 commit comments

Comments
 (0)