-
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
Labels
cli
related to cli/ dir
feat
new feature (which has been agreed to/accepted)
help wanted
community help requested
testing
related to deno test and coverage
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? |
This was referenced Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cli
related to cli/ dir
feat
new feature (which has been agreed to/accepted)
help wanted
community help requested
testing
related to deno test and coverage
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: