mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
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.
This commit is contained in:
parent
0c533733f0
commit
1593ff5c52
@ -10,3 +10,7 @@ omit =
|
||||
*/allmydata/_version.py
|
||||
parallel = True
|
||||
branch = True
|
||||
|
||||
[report]
|
||||
show_missing = True
|
||||
skip_covered = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user