Php versions – How to configure PhpStorm, Codeception and Docker to reliably get code coverage
I can not figure out how to reliably configure the parts of my project to get code coverage displayed in PhpStorm. I am using PhpStorm (EAP), docker (19.03.5-rc1) and docker-compose (1.24.1). I set up my project with a docker-compose.yml that…