mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
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:
parent
42196289be
commit
9651f16e8d
1 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue