14 .. |
14 .. |
15 .. .. _changes_9-8-1: |
15 .. .. _changes_9-8-1: |
16 .. |
16 .. |
17 .. Version 9.8.1 — 2027-07-27 |
17 .. Version 9.8.1 — 2027-07-27 |
18 .. -------------------------- |
18 .. -------------------------- |
|
19 |
|
20 .. _changes_6-5-0: |
|
21 |
|
22 Version 6.5.0 — 2022-09-29 |
|
23 -------------------------- |
|
24 |
|
25 - The JSON report now includes details of which branches were taken, and which |
|
26 are missing for each file. Thanks, Christoph Blessing (`pull 1438`_). Closes |
|
27 `issue 1425`_. |
|
28 |
|
29 - Starting with coverage.py 6.2, ``class`` statements were marked as a branch. |
|
30 This wasn't right, and has been reverted, fixing `issue 1449`_. Note this |
|
31 will very slightly reduce your coverage total if you are measuring branch |
|
32 coverage. |
|
33 |
|
34 - Packaging is now compliant with `PEP 517`_, closing `issue 1395`_. |
|
35 |
|
36 - A new debug option ``--debug=pathmap`` shows details of the remapping of |
|
37 paths that happens during combine due to the ``[paths]`` setting. |
|
38 |
|
39 - Fix an internal problem with caching of invalid Python parsing. Found by |
|
40 OSS-Fuzz, fixing their `bug 50381`_. |
|
41 |
|
42 .. _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381 |
|
43 .. _PEP 517: https://peps.python.org/pep-0517/ |
|
44 .. _issue 1395: https://github.com/nedbat/coveragepy/issues/1395 |
|
45 .. _issue 1425: https://github.com/nedbat/coveragepy/issues/1425 |
|
46 .. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438 |
|
47 .. _issue 1449: https://github.com/nedbat/coveragepy/issues/1449 |
|
48 |
|
49 |
|
50 .. _changes_6-4-4: |
|
51 |
|
52 Version 6.4.4 — 2022-08-16 |
|
53 -------------------------- |
|
54 |
|
55 - Wheels are now provided for Python 3.11. |
|
56 |
|
57 |
|
58 .. _changes_6-4-3: |
|
59 |
|
60 Version 6.4.3 — 2022-08-06 |
|
61 -------------------------- |
|
62 |
|
63 - Fix a failure when combining data files if the file names contained |
|
64 glob-like patterns (`pull 1405`_). Thanks, Michael Krebs and Benjamin |
|
65 Schubert. |
|
66 |
|
67 - Fix a messaging failure when combining Windows data files on a different |
|
68 drive than the current directory. (`pull 1430`_, fixing `issue 1428`_). |
|
69 Thanks, Lorenzo Micò. |
|
70 |
|
71 - Fix path calculations when running in the root directory, as you might do in |
|
72 a Docker container: `pull 1403`_, thanks Arthur Rio. |
|
73 |
|
74 - Filtering in the HTML report wouldn't work when reloading the index page. |
|
75 This is now fixed (`pull 1413`_). Thanks, Marc Legendre. |
|
76 |
|
77 - Fix a problem with Cython code measurement (`pull 1347`_, fixing `issue |
|
78 972`_). Thanks, Matus Valo. |
|
79 |
|
80 .. _issue 972: https://github.com/nedbat/coveragepy/issues/972 |
|
81 .. _pull 1347: https://github.com/nedbat/coveragepy/pull/1347 |
|
82 .. _pull 1403: https://github.com/nedbat/coveragepy/issues/1403 |
|
83 .. _pull 1405: https://github.com/nedbat/coveragepy/issues/1405 |
|
84 .. _pull 1413: https://github.com/nedbat/coveragepy/issues/1413 |
|
85 .. _issue 1428: https://github.com/nedbat/coveragepy/issues/1428 |
|
86 .. _pull 1430: https://github.com/nedbat/coveragepy/pull/1430 |
|
87 |
19 |
88 |
20 .. _changes_6-4-2: |
89 .. _changes_6-4-2: |
21 |
90 |
22 Version 6.4.2 — 2022-07-12 |
91 Version 6.4.2 — 2022-07-12 |
23 -------------------------- |
92 -------------------------- |