Fix a typo in the .coveragerc file

Coverage now aborts the run when the configuration file has unknown
settings.  This patch fixes a typo in the .coveragerc file that
would cause coverage jobs to fail.

A global requirements change will also be necessary to exclude
version 4.0 of coverage as it causes tests to fail that
do not fail outside of coverage or with earlier versions.
Tracked here: https://review.openstack.org/#/c/228581/

Global requirements changes come in as separate patches, so
I am not creating a dependency. 

Change-Id: Ifbbf2096303770e393e666e3562c83d863e82f15
This commit is contained in:
Michael Johnson 2015-09-21 04:24:32 +00:00 committed by Doug Wiegley
parent 57ce15f268
commit 3a91370d38
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ source = octavia
omit = octavia/tests/*,octavia/openstack/*
[report]
ignore-errors = True
ignore_errors = True