From a639eab41b3f7a5ee7dca03b2dfc950d91e4e26b Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 22 Jul 2014 09:09:58 -0400 Subject: [PATCH] Update paths in coveragerc This commit fixes the paths in the coveragerc file. It was incorrectly set to look for source in the 'elastic-recheck' directory, but that directory was renamed soon after the project to 'elastic_recheck'. Change-Id: I88f06cc49283688c8d2cb041f466a7c6090dfab2 --- .coveragerc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 83fe23af..7453b95d 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True -source = elastic-recheck -omit = elastic-recheck/tests/*,elastic-recheck/openstack/* +source = elastic_recheck +omit = elastic_recheck/tests/*,elastic_recheck/openstack/* [report] -ignore-errors = True \ No newline at end of file +ignore-errors = True