File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 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.
2323 Unreleased
2424----------
2525
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+
2631- HTML report improvements:
2732
2833 - Support files (JavaScript and CSS) referenced by the HTML report now have
@@ -36,8 +41,10 @@ Unreleased
3641 - Column sort order is remembered better as you move between the index pages,
3742 fixing `issue 1766 `_. Thanks, `Daniel Diniz <pull 1768 _>`_.
3843
44+ .. _issue 754 : https://github.com/nedbat/coveragepy/issues/754
3945.. _issue 1766 : https://github.com/nedbat/coveragepy/issues/1766
4046.. _pull 1768 : https://github.com/nedbat/coveragepy/pull/1768
47+ .. _pull 1773 : https://github.com/nedbat/coveragepy/pull/1773
4148
4249
4350.. scriv-start-here
You can’t perform that action at this time.
0 commit comments