Updated coverage configuration file

removed unneccassary directories in .coveragerc file
  *keystoneclient/openstack

it is no longer valid, we no longer use content from oslo-incubator

Change-Id: Id512ac5fca7a92674ad027832544f3aac4249d5a
This commit is contained in:
pawnesh.kumar
2016-10-19 16:35:38 +05:30
committed by Steve Martinelli
parent 05a64576e6
commit cfa58e9bd6

View File

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