You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(coverage): migrate from istanbul to c8 ignore comments
Replace all instances of istanbul ignore comments with c8 ignore syntax across
multiple files in the codebase. This change maintains the same code coverage
exclusions while updating to the newer c8 coverage tool format.
The changes include:
- Converting single-line ignores to c8 ignore start/stop blocks
- Updating existing ignore comments to maintain their original purpose
- Preserving the explanatory comments for why certain sections are ignored
0 commit comments