exclude UNREACHABLE

This commit is contained in:
Jesse Bannon 2023-12-15 23:12:31 -08:00
parent d338803ae4
commit 68bc4008d9

View file

@ -44,3 +44,8 @@ ignore = [
include = [
"src/*"
]
[tool.coverage.report]
exclude_also = [
"raise UNREACHABLE.*",
]