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:
parent
d04b39bd9b
commit
a639eab41b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user