summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-09 07:22:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-09 18:57:08 -0500
commitd369952d3a0c372211deb4148572b1f2739f1d8e (patch)
treeddc5c2264e4e80185e998d5d7174e00f5de4c373 /CHANGES.rst
parent23f567f3fe31b50d87e79e3c24a29aa888cc2872 (diff)
downloadpython-coveragepy-git-nedbat/more-source-warnings.tar.gz
fix: warn about more source file problemsnedbat/more-source-warnings
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index eaad2cb0..015f7db8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -29,6 +29,11 @@ Unreleased
- Fix: Complex conditionals over excluded lines could have incorrectly reported
a missing branch (`issue 1271`_). This is now fixed.
+- Fix: More exceptions are now handled when trying to parse source files for
+ reporting. Problems that used to terminate coverage.py can now be handled
+ with ``[report] ignore_errors``. This helps with plugins failing to read
+ files (`django_coverage_plugin issue 78`_).
+
- Fix: Removed another vestige of jQuery from the source tarball
(`issue 840`_).
@@ -37,6 +42,7 @@ Unreleased
I'd rather not "fix" unsupported interfaces, it's actually nicer with a
default value.
+.. _django_coverage_plugin issue 78: https://github.com/nedbat/django_coverage_plugin/issues/78
.. _issue 1147: https://github.com/nedbat/coveragepy/issues/1147
.. _issue 1271: https://github.com/nedbat/coveragepy/issues/1271
.. _issue 1273: https://github.com/nedbat/coveragepy/issues/1273