File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,24 @@ Unreleased
25
25
----------
26
26
27
27
- The HTML report has been redesigned by Victor Salvino. There is now a dark
28
- mode, the code text is larger, and system san serif fonts are used.
28
+ mode, the code text is larger, and system sans serif fonts are used, in
29
+ addition to other small changes (`issue 858 `_ and `pull request 931 `_).
29
30
30
31
- The ``coverage report `` and ``coverage html `` commands now accept a
31
32
``--precision `` option to control the number of decimal points displayed.
32
- Thanks, Teake Nutma.
33
+ Thanks, Teake Nutma (` pull request 982 `_) .
33
34
34
35
- If coverage fails due to the coverage total not reaching the ``--fail-under ``
35
36
value, it will now print a message making the condition clear. Thanks,
36
- Naveen Yadav.
37
+ Naveen Yadav (` pull request 977 `_) .
37
38
38
39
- TOML configuration files with non-ASCII characters would cause errors on
39
40
Windows (`issue 990 `_). This is now fixed.
40
41
42
+ .. _pull request 931 : https://github.com/nedbat/coveragepy/pull/931
43
+ .. _pull request 977 : https://github.com/nedbat/coveragepy/pull/977
44
+ .. _pull request 982 : https://github.com/nedbat/coveragepy/pull/982
45
+ .. _issue 858 : https://github.com/nedbat/coveragepy/issues/858
41
46
.. _issue 990 : https://github.com/nedbat/coveragepy/issues/990
42
47
43
48
You can’t perform that action at this time.
0 commit comments