mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-07 01:51:44 +00:00
Try to convince coverage that all our source files are the same
This commit is contained in:
parent
cc8c9c0bdf
commit
16c069a633
@ -14,3 +14,12 @@ branch = True
|
|||||||
[report]
|
[report]
|
||||||
show_missing = True
|
show_missing = True
|
||||||
skip_covered = 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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user