Bump coverage from 5.1 to 5.2
Bumps coverage from 5.1 to 5.2.
Release notes
Sourced from coverage's releases.
coverage-5.2
- The HTML report has been redesigned by Victor Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes (issue 858 and pull request 931).
- The
coverage report
andcoverage html
commands now accept a--precision
option to control the number of decimal points displayed. Thanks, Teake Nutma (pull request 982).- The
coverage report
andcoverage html
commands now accept a--no-skip-covered
option to negate--skip-covered
. Thanks, Anthony Sottile (issue 779 and pull request 932).- The
--skip-empty
option is now available for the XML report, closing issue 976.- The
coverage report
command now accepts a--sort
option to specify how to sort the results. Thanks, Jerin Peter George (pull request 1005).- If coverage fails due to the coverage total not reaching the
--fail-under
value, it will now print a message making the condition clear. Thanks, Naveen Yadav (pull request 977).- TOML configuration files with non-ASCII characters would cause errors on Windows (issue 990). This is now fixed.
- The output of
--debug=trace
now includes information about how the--source
option is being interpreted, and the module names being considered.
Changelog
Sourced from coverage's changelog.
Version 5.2 --- 2020-07-05
The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes (
issue 858
_ andpull request 931
_).The
coverage report
andcoverage html
commands now accept a--precision
option to control the number of decimal points displayed. Thanks, Teake Nutma (pull request 982
_).The
coverage report
andcoverage html
commands now accept a--no-skip-covered
option to negate--skip-covered
. Thanks, Anthony Sottile (issue 779
_ andpull request 932
_).The
--skip-empty
option is now available for the XML report, closingissue 976
_.The
coverage report
command now accepts a--sort
option to specify how to sort the results. Thanks, Jerin Peter George (pull request 1005
_).If coverage fails due to the coverage total not reaching the
--fail-under
value, it will now print a message making the condition clear. Thanks, Naveen Yadav (pull request 977
_).TOML configuration files with non-ASCII characters would cause errors on Windows (
issue 990
_). This is now fixed.The output of
--debug=trace
now includes information about how the--source
option is being interpreted, and the module names being considered... _pull request 931: nedbat/coveragepy#931 .. _pull request 932: nedbat/coveragepy#932 .. _pull request 977: nedbat/coveragepy#977 .. _pull request 982: nedbat/coveragepy#982 .. _pull request 1005: nedbat/coveragepy#1005 .. _issue 779: nedbat/coveragepy#779 .. _issue 858: nedbat/coveragepy#858 .. _issue 976: nedbat/coveragepy#976 .. _issue 990: nedbat/coveragepy#990
.. _changes_51:
Commits
-
12bb9f2
More uniformity in howto.txt -
da2fc7d
Last tweaks before 5.2 -
29ea33b
Make sure Appveyor uses the latest versions -
1a2ed8f
A known failure has been fixed -
085e18b
gevent is still an issue -
f3fa80e
Maybe tox-battery will be better in the future -
6c0bb84
Latest sample_html report -
22c6bcd
Fix wheel-making -
7a84f2e
New cmd_help needs to be built for 'tox -e doc' -
b4683d3
Don't check our own readthedocs links - Additional commits viewable in compare view