exclude UNREACHABLE
This commit is contained in:
parent
d338803ae4
commit
68bc4008d9
1 changed files with 5 additions and 0 deletions
|
|
@ -44,3 +44,8 @@ ignore = [
|
||||||
include = [
|
include = [
|
||||||
"src/*"
|
"src/*"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.coverage.report]
|
||||||
|
exclude_also = [
|
||||||
|
"raise UNREACHABLE.*",
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue