I'm running a jenkins job to report the code coverage for my php spec tests.
My problem is that I have two separate path for those tests and I want to report the code coverage for both of them. Since php spec doesn't let you specify a suite of tests on the command executed at the jenkins job the only way I found for this, is just having different coverage.yml files.