diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 18:56:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 18:56:07 -0400 |
commit | 8bce4538ba831aed7a891f8282b8faabdd78bfa2 (patch) | |
tree | bb8bb5b04007c79d38f7c53a1c67ef88f5c1a757 | |
parent | a6b18f23bb76a51882295081152ed557aeabc2a9 (diff) | |
download | python-coveragepy-git-8bce4538ba831aed7a891f8282b8faabdd78bfa2.tar.gz |
Paperwork for #231
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.rst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 751acf0d..5451f952 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -56,6 +56,7 @@ Matthew Boehm Matthew Desmarais Max Linke Mickie Betz +Nathan Land Noel O'Boyle Pablo Carballo Patrick Mezard diff --git a/CHANGES.rst b/CHANGES.rst index 569aacfd..113be606 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,10 @@ Unreleased - The HTML report has a more-visible indicator for which column is being sorted. Closes `issue 298`_, thanks to karlw00t. +- If the HTML report cannot find the source for a file, the message now + suggests using the ``-i`` flag to allow the report to continue. Closes + `issue 231`_, thanks, Nathan Land. + - A new option for ``coverage debug`` is available: ``coverage debug config`` shows the current configuration. Closes `issue 454`_, thanks to Matthew Boehm. @@ -18,6 +22,7 @@ Unreleased - Running coverage as a module (``python -m coverage``) no longer shows the program name as ``__main__.py``. Fixes `issue 478`_. Thanks, Scott Belden. +.. _issue 231: https://bitbucket.org/ned/coveragepy/issues/231/various-default-behavior-in-report-phase .. _issue 298: https://bitbucket.org/ned/coveragepy/issues/298/show-in-html-report-that-the-columns-are .. _issue 454: https://bitbucket.org/ned/coveragepy/issues/454/coverage-debug-config-should-be .. _issue 478: https://bitbucket.org/ned/coveragepy/issues/478/help-shows-silly-program-name-when-running |