deb-zaqar/.coveragerc
nizam 2fae4ec68f Update .coveragerc after the removal of openstack directory
The openstack directory was used to keep codes from oslo-incubator,
we have retired oslo-incubator,so don't use this directory any more.

Change-Id: Ia8897fcb87f8aa7e05a7deaabd2c39cfe2e5537d
2016-10-17 17:17:34 +05:30

9 lines
120 B
INI

[run]
branch = True
omit = zaqar/tests/*
[report]
exclude_lines =
if _ZAQAR_SETUP__:
raise NotImplementedError