magnum/.coveragerc
Larry Rensing 91d8aa4fc5 Improve unit test coverage
Added unit tests to test_types.py and test_magnum_service.py.  Also, lines
containing abstract methods and 'pass' were being counted in the coverage
 metrics, so those were added to the coveragerc.

Change-Id: I4af7005453b8f843b640661a972b3f1689ed7dd0
Partial-Bug: #1511667
2016-06-29 12:49:40 +00:00

11 lines
151 B
INI

[run]
branch = True
source = magnum
omit = magnum/tests/*,magnum/openstack/*
[report]
ignore_errors = True
exclude_lines =
@abc.abstract
pass