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
This commit is contained in:
Matthew Treinish 2014-07-22 09:09:58 -04:00
parent d04b39bd9b
commit a639eab41b
1 changed files with 3 additions and 3 deletions

View File

@ -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
ignore-errors = True