Open eliassjogreen opened 1 year ago
I think it makes sense. PRs are welcome!
Hello, Maybe I can try to implement it.
Hello, Maybe I can try to implement it.
Please do
@zhenfeng-zhu
Any news? 🥺
Maybe section pair is easier to implement?
/* 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.