Commit bbf11c8
committed
pyproject(coverage): Add exclusions for noise lines
why: Improve coverage accuracy by excluding non-functional lines
what:
- Exclude ellipsis-only lines (protocol stubs)
- Exclude pass statements
- Exclude assert statements (debug-only)
- Exclude logger statements1 parent bd1cf83 commit bbf11c8
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
0 commit comments