Commit Graph

1 Commits

Author SHA1 Message Date
Leon Anavi
b5ec019f2b python3-coverage: Upgrade 6.4.4 -> 6.5.0
Upgrade to release 6.5.0:

- The JSON report now includes details of which branches were
  taken, and which are missing for each file.
- Starting with coverage.py 6.2, class statements were marked as a
  branch. This wasn't right, and has been reverted. Note this will
  very slightly reduce your coverage total if you are measuring
  branch coverage.
- Packaging is now compliant with PEP 517.
- A new debug option --debug=pathmap shows details of the remapping
  of paths that happens during combine due to the [paths] setting.
- Fix an internal problem with caching of invalid Python parsing.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-05 08:24:50 -07:00