diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-05-12 06:56:21 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-05-12 06:56:21 -0400 |
| commit | dc48c725fe4a95b64939f67cbb97d259ba47fe9f (patch) | |
| tree | baaa7080d8fac753543eab3e2b92c001809def70 /CHANGES.rst | |
| parent | bbd0c0fe16e0fa02b9023b3703fd0c91ca2cf855 (diff) | |
| download | python-coveragepy-git-dc48c725fe4a95b64939f67cbb97d259ba47fe9f.tar.gz | |
Finish up --precision
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index b63ad42b..49016e9f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,7 +24,9 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`. Unreleased ---------- -Nothing yet. +- The ``coverage report`` and ``coverage html`` commands now accept a + ``--precision`` option to control the number of decimal points displayed. + Thanks, Teake Nutma. .. _changes_51: |
