I use PHPUnit to test my projects using the phpunit.xml.dist configuration file.
The default configuration for all my projects is configured to generate html code coverage reports.
In any case, can I run the phpunit command at a given time without generating code coverage reports without having to modify the configuration file?
This will be something like the --no-coverage option.
source share