Skip to content

Commit

Permalink
Use relative_files setting for coverage
Browse files Browse the repository at this point in the history
This should make it easier to measure coverage in one place (Travis) and
work with it in another (devstack).
  • Loading branch information
Ned Batchelder committed Feb 11, 2020
1 parent f6f77d1 commit fbe8128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ omit =

concurrency=multiprocessing
parallel = true
relative_files = true

[report]
ignore_errors = True
Expand Down

0 comments on commit fbe8128

Please sign in to comment.