cloudpulse/.coveragerc
Monty Taylor 4a429d5f21 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: If1f68053a67fdb2e6ffd290a908c179795ae0fd9
2015-09-21 14:57:48 +00:00

8 lines
113 B
INI

[run]
branch = True
source = cloudpulseclient
omit = cloudpulseclient/openstack/*
[report]
ignore_errors = True