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
fix: exclude custom_test.ts from coverage to prevent temp file issues
The integration tests in custom_test.ts create temporary files with
cache-busting fragments that cause coverage generation to fail when
the temporary files are cleaned up but still referenced in coverage.
This fix excludes the integration test from coverage while preserving
all test functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments