Change ignore-errors to ignore_errors
Needed for coverage 4.0, which changed how it processes config files, so ignore-errors now produces an error where it did not before. Change-Id: I7a433bbdcf19d17d3feb672e23da3009c95f0624
This commit is contained in:
parent
ba5b18c5f5
commit
d59fa0cbac
@ -4,4 +4,4 @@ source = mistral
|
||||
omit = mistral/tests/*,mistral/openstack/*
|
||||
|
||||
[report]
|
||||
ignore-errors = True
|
||||
ignore_errors = True
|
||||
|
Loading…
Reference in New Issue
Block a user