python-scciclient/.coveragerc
Yushiro FURUKAWA 1b44d0b3f1 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I6ff0b67228d1439ae19f177cf41d01cf9f9eefc1
2016-03-01 13:42:48 +09:00

8 lines
120 B
INI

[run]
branch = True
source = scciclient
omit = scciclient/tests/*,scciclient/openstack/*
[report]
ignore_errors = True