File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,20 @@ Unreleased
31
31
(arbitrary sequence of marked lines). See the :ref: `multi_line_exclude `
32
32
section of the docs for more details and examples.
33
33
34
+ - The JSON report now includes per-function and per-class coverage information.
35
+ Thanks to `Daniel Diniz <pull 1809 _>`_ for getting the work started.
36
+
37
+ - Fixed an incorrect calculation of "(no class)" lines in the HTML classes
38
+ report.
39
+
34
40
- Python 3.13.0b3 is supported.
35
41
36
42
.. _issue 118 : https://github.com/nedbat/coveragepy/issues/118
37
43
.. _issue 996 : https://github.com/nedbat/coveragepy/issues/996
38
44
.. _issue 1741 : https://github.com/nedbat/coveragepy/issues/1741
39
45
.. _issue 1803 : https://github.com/nedbat/coveragepy/issues/1803
40
-
41
46
.. _pull 1807 : https://github.com/nedbat/coveragepy/pull/1807
47
+ .. _pull 1809 : https://github.com/nedbat/coveragepy/pull/1809
42
48
43
49
.. scriv-start-here
44
50
@@ -57,8 +63,6 @@ Version 7.5.4 — 2024-06-22
57
63
- Fixed a minor branch coverage problem with wildcard match/case cases using
58
64
names or guard clauses.
59
65
60
- - Fixed an incorrect calculation of "(no class)" lines in the classes report.
61
-
62
66
- Started testing on 3.13 free-threading (nogil) builds of Python. I'm not
63
67
claiming full support yet. Closes `issue 1799 `_.
64
68
You can’t perform that action at this time.
0 commit comments