#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: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:

Merge pull request #796 from tahoe-lafs/3355.python3-coverage-reports

Collect and report Python 3 test suite coverage

Fixes: ticket:3355

Note: See TracTickets for help on using tickets.