2016-05-09 20:59:54 +00:00
|
|
|
# -*- mode: conf -*-
|
|
|
|
|
|
|
|
[run]
|
|
|
|
# only record trace data for allmydata.*
|
|
|
|
source =
|
|
|
|
allmydata
|
|
|
|
# and don't trace the test files themselves, or generated files
|
|
|
|
omit =
|
|
|
|
*/allmydata/test/*
|
|
|
|
*/allmydata/_version.py
|
2019-07-23 16:39:45 +00:00
|
|
|
parallel = True
|
|
|
|
branch = True
|
2020-09-24 18:00:56 +00:00
|
|
|
|
|
|
|
[report]
|
|
|
|
show_missing = True
|
|
|
|
skip_covered = True
|
2020-10-14 16:45:34 +00:00
|
|
|
|
|
|
|
[paths]
|
|
|
|
source =
|
|
|
|
# It looks like this in the checkout
|
|
|
|
src/
|
2023-08-07 21:11:54 +00:00
|
|
|
# It looks like this in the GitHub Actions Windows build environment
|
2020-10-14 17:10:23 +00:00
|
|
|
D:/a/tahoe-lafs/tahoe-lafs/.tox/py*-coverage/Lib/site-packages/
|
2020-10-14 17:09:06 +00:00
|
|
|
# Although sometimes it looks like this instead. Also it looks like this on macOS.
|
2020-10-14 17:10:23 +00:00
|
|
|
.tox/py*-coverage/lib/python*/site-packages/
|
2020-10-14 16:58:02 +00:00
|
|
|
# On some Linux CI jobs it looks like this
|
2020-10-14 17:10:23 +00:00
|
|
|
/tmp/tahoe-lafs.tox/py*-coverage/lib/python*/site-packages/
|