Can't run a suite of test for PhpSpec code coverage on jenkins file

74 Views Asked by At

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.

0

There are 0 best solutions below