diff --git a/.coveragerc b/.coveragerc index 83f3102c1..183b7a648 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,4 +4,4 @@ source = neutronclient omit = neutronclient/openstack/*,neutronclient/tests/* [report] -ignore-errors = True +ignore_errors = True