Skip to content

Commit d40a503

Browse files
committed
added test-coverage to make
1 parent 7fbe131 commit d40a503

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
@@ -8,4 +8,7 @@ lint:
88
composer exec --verbose phpcs -- --standard=PSR12 src bin
99

1010
test:
11-
XDEBUG_MODE=coverage composer exec --verbose phpunit tests -- --coverage-html ./reports
11+
composer exec --verbose phpunit tests
12+
13+
test-coverage:
14+
XDEBUG_MODE=coverage composer exec --verbose phpunit tests -- --coverage-html ./reports

0 commit comments

Comments
 (0)