Opened at 2020-07-23T18:37:29Z
Closed at 2020-08-27T18:37:02Z
#3355 closed defect (fixed)
Collect coverage measurements from the Python 3 CI job
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | dev-infrastructure | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description
Currently we only have test suite code coverage measurements being collected from Python 2 CI jobs. Where Python 3-only codepaths are added, they will be executed by the Python 3 CI job but this won't be reported to codecov so the coverage reports will make it look like those codepaths are uncovered.
Change History (2)
comment:1 Changed at 2020-08-26T18:46:39Z by exarkun
- Keywords review added
comment:2 Changed at 2020-08-27T18:37:02Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 94c61c8/trunk:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/796