deb-mistral/.coveragerc
Monty Taylor d59fa0cbac 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
2015-09-21 16:24:47 +00:00

8 lines
111 B
INI

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