Skip to content

Commit d4fe522

Browse files
author
smoench
committed
fix infection
1 parent 9f35113 commit d4fe522

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ tc: bin/phpunit
8181
INFECTION=vendor-bin/infection/vendor/bin/infection
8282
tm: ## Runs Infection
8383
tm: $(TU_BOX_DEPS) $(INFECTION)
84-
$(PHPNOGC) $(INFECTION) --only-covered
84+
cd vendor-bin/infection && \
85+
$(PHPNOGC) vendor/bin/infection \
86+
--only-covered \
87+
--configuration=../../infection.json.dist
8588

8689
.PHONY: e2e
8790
e2e: ## Runs all the end-to-end tests

0 commit comments

Comments
 (0)