summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-11 20:23:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-11 20:23:57 -0500
commit199b060ac815c5125e8c8955d4d1fe5d273b641b (patch)
tree9f9cf9fd06589f805509847179385847ba14cced
parent013f326263ef82c97259d6c6b69d0f62278cf3ae (diff)
downloadpython-coveragepy-git-199b060ac815c5125e8c8955d4d1fe5d273b641b.tar.gz
Add another ticket to the list of bugs fixed.
-rw-r--r--CHANGES.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ead61c83..1300faf6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,11 +7,11 @@ Version 3.5.4b1
- Wildcards in ``include=`` and ``omit=`` arguments were not handled properly
in reporting functions, though they were when running. Now they are handled
- uniformly, closing `issue 163`. **NOTE**: it is possible that your
- configurations may now be incorrect. If you use ``include`` or ``omit``
- during reporting, whether on the command line, through the API, or in a
- configuration file, please check carefully that you were not relying on the
- old broken behavior.
+ uniformly, closing `issue 143` and `issue 163`. **NOTE**: it is possible
+ that your configurations may now be incorrect. If you use ``include`` or
+ ``omit`` during reporting, whether on the command line, through the API, or
+ in a configuration file, please check carefully that you were not relying on
+ the old broken behavior.
- The **report**, **html**, and **xml** commands now accept a ``--fail-under``
switch that indicates in the exit status whether the coverage percentage was
@@ -50,6 +50,7 @@ Version 3.5.4b1
.. _issue 89: https://bitbucket.org/ned/coveragepy/issue/89/on-windows-all-packages-are-reported-in
.. _issue 139: https://bitbucket.org/ned/coveragepy/issue/139/easy-check-for-a-certain-coverage-in-tests
+.. _issue 143: https://bitbucket.org/ned/coveragepy/issue/143/omit-doesnt-seem-to-work-in-coverage
.. _issue 153: https://bitbucket.org/ned/coveragepy/issue/153/non-existent-filename-triggers
.. _issue 163: https://bitbucket.org/ned/coveragepy/issue/163/problem-with-include-and-omit-filename
.. _issue 193: https://bitbucket.org/ned/coveragepy/issue/193/unicodedecodeerror-on-htmlpy