summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-10 19:40:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-10 19:40:17 -0400
commit844a3410a2887278348a8b74c6682647ef2c729d (patch)
tree9deef41f56bfdb339ac0c45514d6ecb77e9c8e7f /CHANGES.rst
parent48a3cc0cacaf2eb4e044cb3a83c83b48cd1aa67e (diff)
downloadpython-coveragepy-git-844a3410a2887278348a8b74c6682647ef2c729d.tar.gz
CHANGES about the context-based reporting
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 29120b73..a7e7633b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,18 @@ development at the same time, like 4.5.x and 5.0.
Unreleased
----------
-- Nothing yet.
+- Reporting on dynamic contexts. Big thanks to Stefan Richter for the
+ contribution.
+
+ - The ``--contexts`` command-line option is available on the ``report`` and
+ ``html`` command. It's a comma-separated list of shell-style wildcards,
+ selecting the contexts to report on. Only contexts matching one of the
+ wildcards will be included in the report.
+
+ - The ``--show-contexts`` command-line option for the ``html`` command adds
+ context information to each covered line. Hovering over the "ctx" marker
+ at the end of the line reveals a list of the contexts that covered the
+ line.
.. _changes_50a5: