exclude abstractmethod from coverage
Change-Id: I58c146ee9da8efbbfa69875c945c4716bc077c3d
This commit is contained in:
@@ -4,3 +4,6 @@ omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,*barbican/openstack/*
|
|||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
exclude_lines =
|
||||||
|
pragma: no cover
|
||||||
|
@abc.abstractmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user