summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-03 17:38:03 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-11-03 17:38:03 -0400
commit82f9dd6e35c811eb53051f70ebf51bea2740f9dd (patch)
treee740f7b5fdfac184d1605ec6f3e04dd762d095bb /CHANGES.txt
parentbfd262d2065b18fee48e5407059c4c47e71be308 (diff)
downloadpython-coveragepy-82f9dd6e35c811eb53051f70ebf51bea2740f9dd.tar.gz
The reporting functions now return a float, the total percentage covered.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0da1d94..8894734 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,10 @@ Version 3.5.4b1
configuration file, please check carefully that you were not relying on the
old broken behavior.
+- The reporting functions coverage.report(), coverage.html_report(), and
+ coverage.xml_report() now all return a float, the total percentage covered
+ measurement.
+
- Running an HTML report in Python 3 in the same directory as an old Python 2
HTML report would fail with a UnicodeDecodeError. This issue (`issue 193`_)
is now fixed.