-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: respect node:coverage comments (#252)
This respects the `node:coverage` comments as used by the node:test coverage reporter. - `node:coverage disable` -> `c8 ignore start` - `node:coverage enable` -> `c8 ignore stop` - `node:coverage ignore next` -> `c8 ignore ignore next` - `node:coverage ignore next N` -> `c8 ignore ignore next N`
- Loading branch information
Showing
2 changed files
with
109 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters