Open
Description
Bug Report
Q | A |
---|---|
Version(s) | latest |
Summary
If you have pcov
setup as an extension and you've also got infection setup, the infection run dies on sig 11.
Removing pcov as a required extension makes infection run normally - I guess pcov and phpdbg don't play nicely together.
If you need pcov for you project, this is a bit of pain because you can't opt-out of the infection run and write your own workflow without phpdbg because the run is triggered by the infection.json file.
In my case, I'm just gonna make do without pcov. Perhaps this is just a documentation issue. If so, it wold also be worth providing some helpful setup pointers for infection configuration WRT running this action successfully.