Commit e666cf9
committed
feat(coverage): exclude index.ts from coverage requirements
Index.ts is a re-export module with no testable logic. Excluding from
coverage calculation to focus on actual implementation files.
- Add src/index.ts to coverage exclude list
- Add c8 ignore comments to index.ts for documentation
- Coverage now accurately reflects testable code
- Current baseline: 74.65% statements (target: 97%)
The index-exports.test.mts validates the public API surface.1 parent cfc40d7 commit e666cf9
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| 138 | + | |
0 commit comments