pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.07k stars 315 forks source link

[2.x] Improve coverage output message on failing minimum requirements #1069

Closed davybaccaert closed 5 months ago

davybaccaert commented 5 months ago

What:

Description:

Improves the readability of the console output when the minimum required percentage is not met. As an added benefit, the value that is most important is at the end of the line, making it easier to spot.