5.6b1
Pre-release
Pre-release
·
2329 commits
to master
since this release
Version 5.6b1 — 2021-04-13
Note: 5.6 final was never released. These changes are part of 6.0.
- Third-party packages are now ignored in coverage reporting. This solves a few problems:
- The HTML report uses j/k to move up and down among the highlighted chunks of code. They used to highlight the current chunk, but 5.0 broke that behavior. Now the highlighting is working again.
- The JSON report now includes
percent_covered_display, a string with the total percentage, rounded to the same number of decimal places as the other reports’ totals.
➡️ PyPI page: coverage 5.6b1.
➡️ To install: python3 -m pip install coverage==5.6b1