8000 #5368 Be able to merge coverage from Local and LocalServer subscribers by robertosacchetti · Pull Request #6801 · Codeception/Codeception · GitHub
[go: up one dir, main page]

Skip to content

#5368 Be able to merge coverage from Local and LocalServer subscribers #6801

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

robertosacchetti
Copy link

Hi,
in our project, we have many existing tests that need to use the REST module, but at the same time they directly call functions of the codebase.
We noticed that when we enable the REST module or the WebDriver module the code coverage coming from Local (src/Codeception/Coverage/Subscriber/Local.php) is not counted.

So we modified Local to be able to collect coverage even when using Remote modules.

At the same time we had to modify the LocalServer (src/Codeception/Coverage/Subscriber/LocalServer.php) so that it would not give an error in case no coverage was collected via c3.php

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.

1 participant
0