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 6abda75 commit ef8e14cCopy full SHA for ef8e14c
Makefile
@@ -8,4 +8,4 @@ lint:
8
composer exec --verbose phpcs -- --standard=PSR12 src bin
9
10
test:
11
- composer exec --verbose phpunit tests
+ XDEBUG_MODE=coverage composer exec --verbose phpunit tests -- --coverage-html ./reports
0 commit comments