Skip to content

Commit ef8e14c

Browse files
committed
added test coverage
1 parent 6abda75 commit ef8e14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ lint:
88
composer exec --verbose phpcs -- --standard=PSR12 src bin
99

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

0 commit comments

Comments
 (0)