We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f35113 commit d4fe522Copy full SHA for d4fe522
Makefile
@@ -81,7 +81,10 @@ tc: bin/phpunit
81
INFECTION=vendor-bin/infection/vendor/bin/infection
82
tm: ## Runs Infection
83
tm: $(TU_BOX_DEPS) $(INFECTION)
84
- $(PHPNOGC) $(INFECTION) --only-covered
+ cd vendor-bin/infection && \
85
+ $(PHPNOGC) vendor/bin/infection \
86
+ --only-covered \
87
+ --configuration=../../infection.json.dist
88
89
.PHONY: e2e
90
e2e: ## Runs all the end-to-end tests
0 commit comments