Commit bea2f10
committed
feat(coverage): increase thresholds and update badges to reflect actual coverage
Updated coverage thresholds and badges to reflect the actual src/ directory
coverage now that external bundles are properly excluded.
Changes:
- Increased vitest coverage thresholds:
- lines: 1 → 68%
- functions: 68 → 70%
- branches: 70% (unchanged)
- statements: 1 → 68%
- Updated README.md badges:
- Renamed "Test Coverage" → "Code Coverage" for clarity
- Code Coverage: 36.76% → 68.35% (src/ directory only)
- Type Coverage: 97.68% (unchanged)
- Added Cumulative Coverage: 83.02% (new badge)
The thresholds now match the actual src/ directory coverage metrics,
ensuring that only source code (not external bundles) is measured
against coverage requirements.1 parent 0ba76b1 commit bea2f10
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments