remove extraneous coverage omit instruction

There is no openstack subdirectory so we do not need to omit that code
from coverage reporting.

Change-Id: I7286659f08ca3109d86effc70a51ba108a15deac
This commit is contained in:
Doug Hellmann 2015-10-08 20:26:55 +00:00
parent 0ea635df69
commit 225756cf9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = oslo_reports
omit = oslo_reports/tests/*,oslo_reports/openstack/*
omit = oslo_reports/tests/*
[report]
ignore_errors = True