Open
Description
Q | A |
---|---|
PHPUnit version | 10.5.24 |
PHP version | 8.2.15 |
Installation Method | Composer |
Summary
PHPUnit 9 --coverage-text
with colors="true"
would output the report in colour, making it easy to identify which files were uncovered. PHPUnit 10 does not do this.
Current behavior
Colours are gone 😞
How to reproduce
phpunit --coverage-text
Expected behavior
Colours.
Activity