Exclude abstract methods from coverage reports
This commit is contained in:
@@ -41,6 +41,7 @@ source = ["omicron"]
|
||||
|
||||
[tool.coverage.report]
|
||||
show_missing = true
|
||||
exclude_also = ["@(abc\\.)?abstractmethod"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
|
||||
Reference in New Issue
Block a user