-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
deno-coverage-ignore
comments
#16626
Comments
I think it makes sense. PRs are welcome! |
Hello, Maybe I can try to implement it. |
Please do |
@zhenfeng-zhu Any news? 🥺 Maybe section pair is easier to implement? https://github.com/bcoe/c8 /* c8 ignore start */
function dontMindMe() {
// ...
}
/* c8 ignore stop */ |
work on this seems abandoned, I'd like to try and help, but I'm unsure of where to get started. @bartlomieju, any guidance on how this should be approached? |
It would be nice to have the
deno-coverage-ignore
anddeno-coverage-ignore-file
comments which would essentially act the same as all otherdeno-*-ignore
comments but for ignoring a specified line, branch or file when collecting coverage.The text was updated successfully, but these errors were encountered: