diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-27 18:57:56 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-27 19:03:31 -0400 |
| commit | ea6906b092d9bb09285094eee94e322d2cb413a5 (patch) | |
| tree | d85cdf4f7907f4ded12a2b1d61cc09cb97debae2 /CHANGES.rst | |
| parent | 7fd1ea39925f0856ff607bb30796bc948a8c829d (diff) | |
| download | python-coveragepy-git-ea6906b092d9bb09285094eee94e322d2cb413a5.tar.gz | |
feat: html output directory gets a .gitignore file. #1244
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3d3bcb1b..5298c51e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -37,6 +37,10 @@ Unreleased a ``-q/--quiet`` option to suppress the messages they write to stdout about what they are doing (`issue 1254`_). +- Feature: The ``html`` command writes a ``.gitignore`` file into the HTML + output directory, to prevent the report from being committed to git. If you + want to commit it, you will need to delete that file. Closes `issue 1244`_. + - Feature: Added support for PyPy 3.8. - Fix: more generated code is now excluded from measurement. Code such as @@ -58,6 +62,7 @@ Unreleased .. _issue 553: https://github.com/nedbat/coveragepy/issues/553 .. _issue 840: https://github.com/nedbat/coveragepy/issues/840 .. _issue 1160: https://github.com/nedbat/coveragepy/issues/1160 +.. _issue 1244: https://github.com/nedbat/coveragepy/issues/1244 .. _issue 1254: https://github.com/nedbat/coveragepy/issues/1254 .. _attrs: https://www.attrs.org/ |
