summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-19 16:38:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-19 16:38:42 -0500
commita1d6a1f62333beba5b97c9405d3700d389620a08 (patch)
tree7325d62d0a027ce54ca7b966af81fded49f56229
parente1775b405a4ed1b80c694c727cea849bff217296 (diff)
downloadpython-coveragepy-a1d6a1f62333beba5b97c9405d3700d389620a08.tar.gz
Credit where credit is due: Thanks, Stephen Finucane.
-rw-r--r--AUTHORS.txt1
-rw-r--r--CHANGES.rst9
2 files changed, 6 insertions, 4 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 5456e48..75a57f7 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -73,6 +73,7 @@ Scott Belden
Sigve Tjora
Stan Hu
Stefan Behnel
+Stephen Finucane
Steve Leonard
Steve Peak
Ted Wexler
diff --git a/CHANGES.rst b/CHANGES.rst
index e19085d..7f2c86e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,6 +18,11 @@ Unreleased
data, leaving you with an empty .coverage data file. Fixes issues
`issue 525`_, `issue 412`_, `issue 516`_, and probably `issue 511`_.
+- Options can now be read from a tox.ini file, if any. Like setup.cfg, sections
+ are prefixed with "coverage:", so ``[run]`` options will be read from the
+ ``[coverage:run]`` section of tox.ini. Implements part of `issue 519`_.
+ Thanks, Stephen Finucane.
+
- The ``Coverage.combine`` method has a new parameter, ``strict=False``, to
support failing if there are no data files to combine.
@@ -53,10 +58,6 @@ Unreleased
- Support PyPy3 5.2 alpha 1.
-- Options are now also read from a tox.ini file, if any. Like setup.py,
- sections are prefixed with "coverage:", so the ``[run]`` options will be read
- from ``[coverage:run]`` section of tox.ini. Finishes `issue 519`_.
-
.. _issue 412: https://bitbucket.org/ned/coveragepy/issues/412/coverage-combine-should-error-if-no
.. _issue 505: https://bitbucket.org/ned/coveragepy/issues/505/use-canonical-filename-for-debounce
.. _issue 510: https://bitbucket.org/ned/coveragepy/issues/510/erase-still-needed-in-42