Opened at 2020-09-27T16:16:45Z
Closed at 2020-10-02T13:12:51Z
#3447 closed enhancement (fixed)
Report relevant test coverage details during local development
Reported by: | rpatterson | Owned by: | rpatterson |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | dev-infrastructure | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
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.
Add the coverage text report to the main tox test job:
- Exclude modules with 100% coverage
- Report which lines have coverage holes
Change History (3)
comment:1 Changed at 2020-09-27T16:50:40Z by rpatterson
comment:2 Changed at 2020-09-27T19:20:05Z by rpatterson
- Keywords review-needed added
Add missing keyword.
comment:3 Changed at 2020-10-02T13:12:51Z by exarkun
- Keywords review-needed removed
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
PR