diff options
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.rst | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 5456e48c..75a57f79 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 e19085d0..7f2c86eb 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 |