commit | d9c1f1991969e99791de75b2bc935e6445bc5dcd | [log] [tgz] |
---|---|---|
author | lrjball <50599110+lrjball@users.noreply.github.com> | Thu May 28 19:51:44 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu May 28 11:51:44 2020 -0700 |
tree | 5730bb4eeac351cdca9c2e4660c85763a08d21bc | |
parent | cfc6ce4d40f2f01314b7e283fb972a7bb3ed3faa [diff] |
bpo-40474: Updated coverage.yml to better report coverage stats (#19851) Currently modules which are imported early are misreported in coverage. A fix is documented in the devguide, but the fix wasn't being used in CI.