summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-29 18:36:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-29 18:36:29 -0400
commita3333b4359859f796bec18fe767fe251f88775db (patch)
treedcfd355fa03940476d389d657b645456bc80195d /CHANGES.rst
parente9e703c7885840412295a0aaf3c84b5244483881 (diff)
downloadpython-coveragepy-git-a3333b4359859f796bec18fe767fe251f88775db.tar.gz
A little more about Coverage.current
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3e9de91e..dbb05e61 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -32,7 +32,8 @@ Unreleased
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.
-- Added :meth:`Coverage.current` to get the latest started `Coverage` instance.
+- Added the classmethod :meth:`Coverage.current` to get the latest started
+ `Coverage` instance.
- Error handling during reporting has changed slightly. All reporting methods
now behave the same. The ``--ignore-errors`` option keeps errors from