Wow! Just by disabling XDEBUG_MODE (=off) and installing pcov in my Docker image, I've reduced the time needed by my unit tests stage from 11 minutes to 5 minutes and 30 seconds. 50% of increase with the same features. The same number of tests are fired and the code covering is the same.
Wow! Just by disabling XDEBUG_MODE (
=off
) and installing pcov in my Docker image, I've reduced the time needed by my unit tests stage from 11 minutes to 5 minutes and 30 seconds. 50% of increase with the same features. The same number of tests are fired and the code covering is the same.Amazing.
Thanks for you work!!!