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
feat(config): add source map support for coverage tracking
- Import envAsBoolean from @socketsecurity/lib/env/helpers
- Enable source maps conditionally when COVERAGE env var is set
- Update vitest coverage exclusions to prevent dist/ file tracking
- Add multiple exclusion patterns for better coverage accuracy
This improves coverage measurement by generating source maps during
coverage runs, though architectural limitations prevent full src/
coverage remapping.
0 commit comments