Commit 8452b85
test(coverage): omit pure typing module commitizen/question.py
commitizen/question.py defines TypedDicts, Literal aliases, and a union type used purely for static typing. It has no runtime code paths to exercise, so excluding it from the coverage report removes a misleading 0% line and reflects its purpose more accurately.
Closes #1904
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4d99415 commit 8452b85
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
0 commit comments