diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-26 06:57:01 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-26 06:57:01 -0500 |
commit | 8c1d86ef3953af44b410e45f1640693ff15b7a07 (patch) | |
tree | c779e5afbe79ea78e5d4d98184f2e388398dcfec | |
parent | 97284290ae5cc453c981770dd6c043e07a41995e (diff) | |
download | python-coveragepy-git-8c1d86ef3953af44b410e45f1640693ff15b7a07.tar.gz |
Thanks to Cosimo Lupo for the fix
-rw-r--r-- | CHANGES.rst | 3 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 683d50df..28e8b24c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -77,6 +77,9 @@ Unreleased - Fixed an unusual bug involving multiple coding declarations affecting code containing code in multi-line strings: `issue 529`_. +- Coverage.py will no longer be misled into thinking that a plain file is a + package when interpreting ``--source`` options. Thanks, Cosimo Lupo. + - If you try to run a non-Python file with coverage.py, you will now get a more useful error message. `Issue 514`_. diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index db7a9db4..bb1f7bc0 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -25,6 +25,7 @@ Christian Heimes Christine Lytwynec Christoph Zwerschke Conrad Ho +Cosimo Lupo Dan Riti Dan Wandschneider Danek Duvall |