diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-29 18:36:08 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-29 18:36:29 -0400 |
| commit | a3333b4359859f796bec18fe767fe251f88775db (patch) | |
| tree | dcfd355fa03940476d389d657b645456bc80195d /CHANGES.rst | |
| parent | e9e703c7885840412295a0aaf3c84b5244483881 (diff) | |
| download | python-coveragepy-git-a3333b4359859f796bec18fe767fe251f88775db.tar.gz | |
A little more about Coverage.current
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 3 |
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 |
