Bump coverage from 5.1 to 5.2.1
Bumps coverage from 5.1 to 5.2.1.
Release notes
Sourced from coverage's releases.
coverage-5.2.1
- The dark mode HTML report still used light colors for the context listing, making them unreadable (issue 1009). This is now fixed.
- The time stamp on the HTML report now includes the time zone. Thanks, Xie Yanbo (pull request 960).
coverage-5.2
- 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 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.1 --- 2020-07-23
The dark mode HTML report still used light colors for the context listing, making them unreadable (
issue 1009
_). This is now fixed.The time stamp on the HTML report now includes the time zone. Thanks, Xie Yanbo (
pull request 960
_)... _pull request 960: https://github.com/nedbat/coveragepy/pull/960 .. _issue 1009: https://github.com/nedbat/coveragepy/issues/1009
.. _changes_52:
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: https://github.com/nedbat/coveragepy/pull/931 .. _pull request 932: https://github.com/nedbat/coveragepy/pull/932 .. _pull request 977: https://github.com/nedbat/coveragepy/pull/977
... (truncated)
Commits
-
7adc519
Should wait to push until sample html is done -
a970e6e
Latest sample HTML -
bbfd131
Prep for 5.2.1 -
224c73e
Displaying timezone information in HTML report (#960) -
db4213b
CmdLineStdoutTest::test_cmd_help: test for at least 20 lines (#1013) -
40df2bf
Oops, Vince, not Victor -
d1bb8e9
Fix dark mode for context listing. #1009 -
5c4d4cd
More howto.txt -
7f8adf7
Bump version -
12bb9f2
More uniformity in howto.txt - Additional commits viewable in compare view