Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is pcov supported? #129

Open
Stevemoretz opened this issue Apr 19, 2022 · 0 comments
Open

is pcov supported? #129

Stevemoretz opened this issue Apr 19, 2022 · 0 comments

Comments

@Stevemoretz
Copy link

I would rather use pcov (https://github.com/krakjoe/pcov) instead of xdebug for coverage reporting of course that means the pcov php extension should be installed in the docker image, is it? or can be installed at runtime somehow?

Note that pcov is a lot faster compared to xdebug, in my experience for a rather big project with 200-300 tests with pcov it was 7 times faster than xdebug, also pcov coverage is a little better (currently xdebug has a few bugs with a multiline code style in closures that's why I moved to pcov in the first place).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant