File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,16 @@ Unreleased
28
28
- Lambdas, comprehensions, and generator expressions are no longer marked as
29
29
missing branches if they don't complete execution.
30
30
31
+ - Fix: the HTML report didn't properly show multi-line f-strings that end with
32
+ a backslash continuation. This is now fixed, closing `issue 1836 `_, thanks
33
+ to `LiuYinCarl and Marco Ricci <pull 1838 _>`_.
34
+
31
35
- Fixed a potential crash in the C tracer, closing `issue 1835 `_, thanks to
32
36
`Jan Kühle <pull 1843 _>`_.
33
37
34
38
.. _issue 1835 : https://github.com/nedbat/coveragepy/issues/1835
39
+ .. _issue 1836 : https://github.com/nedbat/coveragepy/issues/1836
40
+ .. _pull 1838 : https://github.com/nedbat/coveragepy/pull/1838
35
41
.. _pull 1843 : https://github.com/nedbat/coveragepy/pull/1843
36
42
37
43
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ Marc Abramowitz
148
148
Marc Gibbons
149
149
Marc Legendre
150
150
Marcelo Trylesinski
151
+ Marco Ricci
151
152
Marcus Cobden
152
153
Mariatta
153
154
Marius Gedminas
You can’t perform that action at this time.
0 commit comments