Use relative_files setting for coverage

This should make it easier to measure coverage in one place (Travis) and
work with it in another (devstack).
This commit is contained in:
Ned Batchelder
2020-02-11 15:21:04 -05:00
parent f6f77d19ba
commit fbe8128360

View File

@@ -30,6 +30,7 @@ omit =
concurrency=multiprocessing
parallel = true
relative_files = true
[report]
ignore_errors = True