File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ upgrading your version of coverage.py.
23
23
Unreleased
24
24
----------
25
25
26
+ - Fix: a pragma comment on the continuation lines of a multi-line statement
27
+ now excludes the statement and its body, the same as if the pragma is
28
+ on the first line. This closes `issue 754 `_. The fixed was contributed by
29
+ `Daniel Diniz <pull 1773 _>`_.
30
+
26
31
- HTML report improvements:
27
32
28
33
- Support files (JavaScript and CSS) referenced by the HTML report now have
@@ -36,8 +41,10 @@ Unreleased
36
41
- Column sort order is remembered better as you move between the index pages,
37
42
fixing `issue 1766 `_. Thanks, `Daniel Diniz <pull 1768 _>`_.
38
43
44
+ .. _issue 754 : https://github.com/nedbat/coveragepy/issues/754
39
45
.. _issue 1766 : https://github.com/nedbat/coveragepy/issues/1766
40
46
.. _pull 1768 : https://github.com/nedbat/coveragepy/pull/1768
47
+ .. _pull 1773 : https://github.com/nedbat/coveragepy/pull/1773
41
48
42
49
43
50
.. scriv-start-here
You can’t perform that action at this time.
0 commit comments