Code Coverage
Last updated
Was this helpful?
Last updated
Was this helpful?
RoadRunner usually starts several PHP-CLI processes, and it's not obvious how to calculate code coverage in that case. There is some advice on how to do that:
Do not use mode.
Preferably, use num_workers: 1
.
If you're using pcov
, please, read this on how to configure pcov
to work with RoadRunner.