File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,21 @@ upgrading your version of coverage.py.
23
23
Unreleased
24
24
----------
25
25
26
- - Support files (JavaScript and CSS) referenced by the HTML report now have
27
- hashes added to their names to ensure updated files are used instead of stale
28
- cached copies.
26
+ - HTML report improvements:
29
27
30
- - Missing branch coverage explanations that said "the condition was never
31
- false" now read "was always true" because it's easier to understand.
28
+ - Support files (JavaScript and CSS) referenced by the HTML report now have
29
+ hashes added to their names to ensure updated files are used instead of
30
+ stale cached copies.
31
+
32
+ - Missing branch coverage explanations that said "the condition was never
33
+ false" now read "the condition was always true" because it's easier to
34
+ understand.
35
+
36
+ - Column sort order is remembered better as you move between the index pages,
37
+ fixing `issue 1766 `_. Thanks, `Daniel Diniz <pull 1768 _>`_.
38
+
39
+ .. _issue 1766 : https://github.com/nedbat/coveragepy/issues/1766
40
+ .. _pull 1768 : https://github.com/nedbat/coveragepy/pull/1768
32
41
33
42
34
43
.. scriv-start-here
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Dan Hemberger
63
63
Dan Riti
64
64
Dan Wandschneider
65
65
Danek Duvall
66
+ Daniel Diniz
66
67
Daniel Hahler
67
68
Danny Allen
68
69
David Christian
You can’t perform that action at this time.
0 commit comments