Skip to content

Commit

Permalink
fix infection
Browse files Browse the repository at this point in the history
  • Loading branch information
smoench committed Dec 4, 2020
1 parent 9f35113 commit d4fe522
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ tc: bin/phpunit
INFECTION=vendor-bin/infection/vendor/bin/infection
tm: ## Runs Infection
tm: $(TU_BOX_DEPS) $(INFECTION)
$(PHPNOGC) $(INFECTION) --only-covered
cd vendor-bin/infection && \
$(PHPNOGC) vendor/bin/infection \
--only-covered \
--configuration=../../infection.json.dist

.PHONY: e2e
e2e: ## Runs all the end-to-end tests
Expand Down

0 comments on commit d4fe522

Please sign in to comment.