Closed loevgaard closed 3 years ago
This PR allows developers to generate code coverage by running: vendor/bin/phpunit --coverage-html=build. Notice that you need xdebug (or some other coverage tool) enabled to run this command.
vendor/bin/phpunit --coverage-html=build
Here is an image of the current state of code coverage:
This PR allows developers to generate code coverage by running:
vendor/bin/phpunit --coverage-html=build
. Notice that you need xdebug (or some other coverage tool) enabled to run this command.Here is an image of the current state of code coverage: