@@ -44,7 +44,7 @@ Unreleased
44
44
Version 7.6.7 — 2024-11-15
45
45
--------------------------
46
46
47
- - fix : ugh, the other assert from 7.6.5 can also be encountered in the wild,
47
+ - Fix : ugh, the other assert from 7.6.5 can also be encountered in the wild,
48
48
so it's been restored to a conditional. Sorry for the churn.
49
49
50
50
@@ -64,14 +64,14 @@ Version 7.6.6 — 2024-11-15
64
64
Version 7.6.5 — 2024-11-14
65
65
--------------------------
66
66
67
- - fix : fine-tuned the exact Python version (3.12.6) when exiting from ``with ``
67
+ - Fix : fine-tuned the exact Python version (3.12.6) when exiting from ``with ``
68
68
statements changed how they traced. This affected whether people saw the
69
69
fix for `issue 1880 `_.
70
70
71
- - fix : isolate our code more from mocking in the os module that in rare cases
71
+ - Fix : isolate our code more from mocking in the os module that in rare cases
72
72
can cause `bizarre behavior <pytest-cov-666 _>`_.
73
73
74
- - refactor : some code unreachable code paths in parser.py were changed to
74
+ - Refactor : some code unreachable code paths in parser.py were changed to
75
75
asserts. If you encounter any of these, please let me know!
76
76
77
77
.. _pytest-cov-666 : https://github.com/pytest-dev/pytest-cov/issues/666
@@ -82,7 +82,7 @@ Version 7.6.5 — 2024-11-14
82
82
Version 7.6.4 — 2024-10-20
83
83
--------------------------
84
84
85
- - fix : multi-line ``with `` statements could cause contained branches to be
85
+ - Fix : multi-line ``with `` statements could cause contained branches to be
86
86
incorrectly marked as missing (`issue 1880 `_). This is now fixed.
87
87
88
88
.. _issue 1880 : https://github.com/nedbat/coveragepy/issues/1880
0 commit comments