File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,20 @@ Unreleased
3131 (arbitrary sequence of marked lines). See the :ref: `multi_line_exclude `
3232 section of the docs for more details and examples.
3333
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+
3440- Python 3.13.0b3 is supported.
3541
3642.. _issue 118 : https://github.com/nedbat/coveragepy/issues/118
3743.. _issue 996 : https://github.com/nedbat/coveragepy/issues/996
3844.. _issue 1741 : https://github.com/nedbat/coveragepy/issues/1741
3945.. _issue 1803 : https://github.com/nedbat/coveragepy/issues/1803
40-
4146.. _pull 1807 : https://github.com/nedbat/coveragepy/pull/1807
47+ .. _pull 1809 : https://github.com/nedbat/coveragepy/pull/1809
4248
4349.. scriv-start-here
4450
@@ -57,8 +63,6 @@ Version 7.5.4 — 2024-06-22
5763- Fixed a minor branch coverage problem with wildcard match/case cases using
5864 names or guard clauses.
5965
60- - Fixed an incorrect calculation of "(no class)" lines in the classes report.
61-
6266- Started testing on 3.13 free-threading (nogil) builds of Python. I'm not
6367 claiming full support yet. Closes `issue 1799 `_.
6468
You can’t perform that action at this time.
0 commit comments