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

Respect coverage data's own filter when merging another source #327

Conversation

davedevelopment
Copy link

My use case for this is that tests that are run with process isolation don't get the whitelist information passed through to the code coverage collector, so when that coverage information is merged back in to the master process, non-whitelisted files are often added.

I guess that might be something you want to fix upstream, but I imagine that's a bit more of a difficult task, so thought I'd try my luck here first :)

@sebastianbergmann
Copy link
Owner

Please open a ticket with PHPUnit on the issue that the whitelist information is not passed along to the child process. Thanks!

@sebastianbergmann
Copy link
Owner

As mentioned earlier, this should be taken care of in PHPUnit (see sebastianbergmann/phpunit#1681).

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

Successfully merging this pull request may close these issues.

2 participants