diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 11:49:47 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 11:49:47 -0500 |
commit | 08dd0d888e423e5419762464096788e87183bea6 (patch) | |
tree | 61292778ac92c4c038cf8e4ef2a759bfd1d21642 /CHANGES.txt | |
parent | 95fbfd5d96e043c2269b61eb5bd3d92cf060eb26 (diff) | |
download | python-coveragepy-08dd0d888e423e5419762464096788e87183bea6.tar.gz |
--fail-under can now be specified in the rcfile. #314
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6cd8e9e..0ab3423 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,9 @@ Latest files reported by skipping files with 100% coverage. Thanks, Krystian Kichewko. +- You can now specify the ``--fail-under`` option in the ``.coveragerc`` file + as the ``[report] fail_under`` options. This closes `issue 314`_. + - The ``COVERAGE_OPTIONS`` environment variable is no longer supported. It was a hack for ``--timid`` before configuration files were available. @@ -44,6 +47,7 @@ Latest - Made some PyPy-specific tweaks to improve speed under PyPy. Thanks, Alex Gaynor. +.. _issue 314: https://bitbucket.org/ned/coveragepy/issue/314/fail_under-param-not-working-in-coveragerc .. _issue 328: https://bitbucket.org/ned/coveragepy/issue/328/misbehavior-in-run-source .. _issue 334: https://bitbucket.org/ned/coveragepy/issue/334/pragma-not-recognized-if-tab-character .. _issue 342: https://bitbucket.org/ned/coveragepy/issue/342/console-and-html-coverage-reports-differ |