coverage: remove some excludes

freebsd coverage is rather a TODO than an exclude.

the "unknown platform" exclude has no match in the code.
This commit is contained in:
Thomas Waldmann 2026-03-05 12:31:48 +01:00
parent 42196289be
commit 9651f16e8d
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -295,8 +295,6 @@ omit = [
[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"pragma: freebsd only",
"pragma: unknown platform only",
"def __repr__",
"raise AssertionError",
"raise NotImplementedError",