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

chore: remove missing driver warning with --no-coverage #28

Closed

Conversation

mRoca
Copy link

@mRoca mRoca commented Nov 14, 2024

Currently, a warning is displayed every single time we run behat tests without XDEBUG_MODE=coverage, even with --no-coverage passed.

Some tools (phpstorm) display outputted warnings with an alert icon, whereas the behavior seams to be correct here: --no-coverage should mean I don't want any alert about coverage neither.

image

@dvdoug dvdoug closed this in c252c72 Nov 16, 2024
@dvdoug
Copy link
Owner

dvdoug commented Nov 16, 2024

Thanks for the PR @mRoca, I agree this is a bug but have decided to fix a slightly different way (skipping the entire init block)

@mRoca mRoca deleted the chore/avoid-warning-with-no-coverage branch November 18, 2024 07:53
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