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: migrate from istanbul to c8 ignore comments (#322)
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
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
0 commit comments