summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-06-02 18:56:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-06-02 18:56:07 -0400
commit4c4b175dedd8b45200b577947b3dd56bfdfb8822 (patch)
tree242b71a22314045e4cd0de8bc67adb8561c32499 /CHANGES.rst
parent58e85b5fd764384066d32215761b81a0c860c36a (diff)
downloadpython-coveragepy-4c4b175dedd8b45200b577947b3dd56bfdfb8822.tar.gz
Paperwork for #231
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 569aacf..113be60 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