-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
add coverage-path and coverage-ignore-path in test_runner coverage. #51222
Comments
That's needs to be supported in V8 https://bugs.chromium.org/p/v8/issues/detail?id=12702&q=&start=300; I've proposed two patches for it, still work in progress |
I'm uncertain whether this was intended in the original post and if it would be addressed by the chromium ticket. To evaluate the coverage at the project level, it might be beneficial if the |
There has been no activity on this feature request for 5 months. To help maintain relevant open issues, please add the
never-stale
|
FWIW this is implemented with globs in #53553 |
What is the problem this feature will solve?
coverage-path
: to specify the path from which the coverage summary should be collected. andcoverage-ignore-path
: to specify the files and directories that should be ignored while collecting coverage.these can be two cli flags also, passed along with
--test-coverage
flag.something like this:
What is the feature you are proposing to solve the problem?
currently, there is no way to include or exclude a file or directory from test coverage.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: