try to match the paths from circleci windows for coverage path rewriting

This commit is contained in:
Jean-Paul Calderone 2023-08-07 17:11:54 -04:00
parent b092dd57cf
commit a261c1f202

View File

@ -19,9 +19,11 @@ skip_covered = True
source =
# It looks like this in the checkout
src/
# It looks like this in the Windows build environment
# It looks like this in the GitHub Actions Windows build environment
D:/a/tahoe-lafs/tahoe-lafs/.tox/py*-coverage/Lib/site-packages/
# Although sometimes it looks like this instead. Also it looks like this on macOS.
.tox/py*-coverage/lib/python*/site-packages/
# And on the CircleCI Windows build envronment...
.tox/py*-coverage/Lib/site-packages/
# On some Linux CI jobs it looks like this
/tmp/tahoe-lafs.tox/py*-coverage/lib/python*/site-packages/