Try to convince coverage that all our source files are the same

This commit is contained in:
Jean-Paul Calderone 2020-10-14 12:45:34 -04:00
parent cc8c9c0bdf
commit 16c069a633

View File

@ -14,3 +14,12 @@ branch = True
[report]
show_missing = True
skip_covered = True
[paths]
source =
# It looks like this in the checkout
src/
# It looks like this in the Windows build environment
D:/a/tahoe-lafs/tahoe-lafs/.tox/py27-coverage/Lib/site-packages/
# Unless it looks like this instead
.tox/py27-coverage/lib/python2.7/site-packages/