Commit 999742d
committed
ci: point website path rule at the coverage source of truth
The exception list named only content, i18n and content.config.ts, but
coverage.exclude also drops test/spec files, stories, .d.ts and
src/test/**. The glob apps/website/src/**/*.{ts,vue} matches all of
them, so 68 files (41 tests, 25 stories, 1 declaration, 1 setup) would
have been told their lines are measured by the website-unit gate when
they are not.
Cite vitest.config.ts as the source of truth rather than only restating
its contents, so the guidance degrades to "go look" instead of silently
becoming wrong when that list changes.1 parent bd1dfb2 commit 999742d
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
| |||
0 commit comments