Skip to content

Commit ab609ef

Browse files
committed
docs: mention json region reporting in the changes
1 parent 92d96b9 commit ab609ef

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)