diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-01 06:39:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-01 06:39:49 -0400 |
commit | babb055f0fbb98bb7209f695c59746a8cb415647 (patch) | |
tree | 4c759aaf1829f2cb417b9c98fdb704933086517b | |
parent | 9b11268c358040abf7384702c3bc0e863ab753c5 (diff) | |
download | python-coveragepy-git-babb055f0fbb98bb7209f695c59746a8cb415647.tar.gz |
Mention --skip-empty in the changelog
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a5a86caa..c1cd73ab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,9 @@ development at the same time, such as 4.5.x and 5.0. Unreleased ---------- +- The HTML and textual reports now have a ``--skip-empty`` option that skips + files with no statements (notably, ``__init__.py`` files). + - The HTML report has been reimplemented (no more table around the source code). This allowed for a better presentation of the context information, hopefully resolving `issue 855`_. |