File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ Unreleased
26
26
- The Coverage object has a new method, :meth: `.Coverage.branch_stats ` for
27
27
getting simple branch information for a module. Closes `issue 1888 `_.
28
28
29
+ - The :class: `Coverage constructor<.Coverage> ` now has a ``plugins `` parameter
30
+ for passing in plugin objects directly, thanks to `Alex Gaynor <pull
31
+ 1919_> `_.
32
+
29
33
- Many constant tests in if statements are now recognized as being optimized
30
34
away. For example, previously ``if 13: `` would have been considered a branch
31
35
with one path not taken. Now it is understood as always true and no coverage
32
36
is missing.
33
37
34
- - The experimental sys.monitoring support should now work for branch coverage
35
- if you are using Python newer than 3.14.0 alpha 5. This should greatly
36
- reduce the overhead coverage.py imposes on your test suite. Set the
37
- environment variable ``COVERAGE_CORE=sysmon `` to try it out.
38
-
39
- - The :class: `Coverage constructor<.Coverage> ` now has a ``plugins `` parameter
40
- for passing in plugin objects directly, thanks to `Alex Gaynor <pull
41
- 1919_> `_.
38
+ - The experimental sys.monitoring support now works for branch coverage if you
39
+ are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead
40
+ coverage.py imposes on your test suite. Set the environment variable
41
+ ``COVERAGE_CORE=sysmon `` to try it out.
42
42
43
43
- Confirmed support for PyPy 3.11. Thanks Michał Górny.
44
44
You can’t perform that action at this time.
0 commit comments