Our project is setup in a way that outputs seperate .ec files per test. I believe this is due to the clearPackageData option being set to true, which is desired for us since it helps with test indempotence.
The issue is that the plugin is only looking for coverage.ec files when I need it to be looking for *.ec files.
The issue has been discussed here but I'm making a new issue since I'm not convinced that PR is trying to solve the same thing.