Sourced from coverage's changelog.
Version 7.14.3 — 2026-06-22
Fix: the default
...exclusion rule now also matches function bodies whose closing return-type bracket is on its own line (for example, after a long-> dict[ ... ]annotation that a formatter has split over multiple lines). Closesissue 2185, thanksMengjia Shang <pull 2196_>.Fix: On 3.13t, we incorrectly issued
Couldn't import C tracererrors. We can't import the C tracer because in 7.14.2 we stopped shipping compiled wheels for 3.13t. Thanks,Hugo van Kemenade <pull 2203_>_... _issue 2185: coveragepy/coveragepy#2185 .. _pull 2196: coveragepy/coveragepy#2196 .. _pull 2203: coveragepy/coveragepy#2203
.. _changes_7-14-2:
22f13ea
docs: sample HTML for 7.14.32ca4e5f
docs: prep for 7.14.301d714e
docs: add changelog entry for #2203f36248d
fix: don't emit 'Couldn't import C tracer' warning for 3.13t (#2203)86d73d1
docs: thanks, Mengjia Shang3d4ae3c
docs: add the #2196
pr link to CHANGESf4b2b4d
fix: exclude ... bodies after multi-line return-type
annotations (#2185)
(#...1980ed0
chore: bump sigstore/gh-action-sigstore-python (#2201)bca3217
build: since we don't ship 3.13t, don't test it77550d8
docs: oops, mismatched pull requests