summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4830ad69..7b32d123 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,10 +24,21 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
Unreleased
----------
+- Third-party packages are now ignored in coverage reporting. This solves two
+ problems:
+
+ - Coverage will no longer report about other people's code (`issue 876`_).
+
+ - Coverage will no longer generate "Already imported a file that will be
+ measured" warnings about coverage itself (`issue 905`_).
+
- The JSON report now includes ``percent_covered_display``, a string with the
total percentage, rounded to the same number of decimal places as the other
reports' totals.
+.. _issue 876: https://github.com/nedbat/coveragepy/issues/876
+.. _issue 905: https://github.com/nedbat/coveragepy/issues/905
+
.. _changes_55: