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

@codeCoverageIgnore does not ignore function imports #681

Closed
niconoe- opened this issue May 23, 2019 · 0 comments
Closed

@codeCoverageIgnore does not ignore function imports #681

niconoe- opened this issue May 23, 2019 · 0 comments
Assignees

Comments

@niconoe-
Copy link

Q A
php-code-coverage version 7.0.1
PHP version 7.2.15
Driver Xdebug / PHPDBG
Xdebug version 2.6.1
Installation Method PHPUnit PHAR on Docker image
Usage Method PHPUnit
PHPUnit version 8.0.2

Hi,
After running some PHPUnit with code coverage to some files, I came up with this trouble:
image

The use function imports are marked as red while you can see the class is marked as @codeCoverageIgnore.

I tried to set the flag above, but it didn't work neither.
Is this really a bug or am I doing it wrong? (I mean, I shouldn't ignore code coverage, but I need to do it at the current step of my project...).

Thanks a lot.

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

2 participants