summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
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