From 16c069a633fb0887ec173f3adb79fec1763f45fe Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 14 Oct 2020 12:45:34 -0400 Subject: [PATCH] Try to convince coverage that all our source files are the same --- .coveragerc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.coveragerc b/.coveragerc index 636258717..d9f5748be 100644 --- a/.coveragerc +++ b/.coveragerc @@ -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/