Commit Graph

10 Commits

Author SHA1 Message Date
Jean-Paul Calderone
a73b6d99c4 we end up using the coveralls tool to clean up these paths
and I stopped using tox so they don't look like this anymore
2023-08-09 14:10:58 -04:00
Jean-Paul Calderone
a261c1f202 try to match the paths from circleci windows for coverage path rewriting 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
6908b3eb50 This is probably a better way to handle multiple Python versions 2020-10-14 13:10:23 -04:00
Jean-Paul Calderone
abfdc5c102 Plus, Python 3! 2020-10-14 13:09:12 -04:00
Jean-Paul Calderone
7fcbdde829 Loops like macOS does this too 2020-10-14 13:09:06 -04:00
Jean-Paul Calderone
45daf717ae The Linux jobs seem to produce paths like this 2020-10-14 12:58:02 -04:00
Jean-Paul Calderone
16c069a633 Try to convince coverage that all our source files are the same 2020-10-14 12:45:34 -04:00
Ross Patterson
1593ff5c52 test(coverage): Include human-readable coverage report
While the XML coverage report is useful for consumption by other tools, such as
currently by codecov.io in CI, it's not very useful for humans reviewing the immediate
impact of changes on coverage during local development or while monitoring CI output.  I
don't think running the text report takes much more time so I don't see a downside
here.
2020-09-24 11:37:37 -07:00
meejah
8e4b05214a add --coverage for integration tests 2019-08-06 16:47:43 -06:00
Brian Warner
608719df91 tox: add "coverage" environment
Run with "tox -e coverage". Uses a new helper
module (allmydata.test.run_trial) to let us import+execute trial without
knowing exactly where the "trial" binary lives, which helps with using
"coverage run" under tox.
2016-05-09 14:32:21 -07:00