Commit 6808108
committed
pyproject(coverage): Add exclusions for imports and type aliases
why: Further reduce coverage noise from non-functional lines
what:
- Exclude import statements
- Exclude from-import statements
- Exclude TypeAlias definitions
- Exclude TypeVar definitions
- Fix logger exclusion pattern1 parent bbf11c8 commit 6808108
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
0 commit comments