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 443878c commit 144cdbbCopy full SHA for 144cdbb
1 file changed
Makefile
@@ -154,12 +154,12 @@ phpstan: ## QA: executes <composer phpstan> inside the container
154
test: ## QA: executes <composer paratest> inside the container
155
$(call showInfo,"Executing \<composer paratest\>...")
156
@echo ""
157
- @$(DOCKER_RUN_AS_USER) composer paratest
+ @$(DOCKER_RUN_AS_USER) composer test
158
$(call taskDone)
159
160
.PHONY: coverage
161
coverage: ## QA: executes <composer paracoverage> inside the container
162
$(call showInfo,"Executing \<composer paracoverage\>...")
163
164
- @$(DOCKER_RUN_AS_USER) composer paracoverage
+ @$(DOCKER_RUN_AS_USER) composer coverage
165
0 commit comments