Commit 14fe201
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 <[email protected]>1 parent c9f7c79 commit 14fe201
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments