a639eab41b
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
8 lines
135 B
INI
8 lines
135 B
INI
[run]
|
|
branch = True
|
|
source = elastic_recheck
|
|
omit = elastic_recheck/tests/*,elastic_recheck/openstack/*
|
|
|
|
[report]
|
|
ignore-errors = True
|