Change ignore-errors to ignore_errors

Needed for coverage 4.0

Conflicts:
        .coveragerc

NOTE(mriedem): The conflict is due to the precision option
not being used in the report group in kilo.

Change-Id: Iee7cb612860f18206888cdb3661e03c25d7ff96c
(cherry picked from commit 9ae5a4b7ab)
This commit is contained in:
Monty Taylor 2015-09-21 14:55:14 +00:00 committed by Matt Riedemann
parent f4e6bd5e0c
commit 14df39adf5
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ omit =
source = sahara
[report]
ignore-errors = True
ignore_errors = True