summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-10-12 19:45:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-10-12 19:45:25 -0400
commite1637f69768854f85b9feac18f519689dbb1f592 (patch)
tree6a20d1cb36289aa4957be6a2d10127895b55d4c3
parentdad8d9f9abd432e511030d96c60a598a82620ea0 (diff)
downloadpython-coveragepy-git-e1637f69768854f85b9feac18f519689dbb1f592.tar.gz
Say what we've done.
-rw-r--r--CHANGES.txt7
-rw-r--r--doc/python-coverage.1.txt6
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7abcca67..ddb0e476 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,13 @@
Change history for Coverage.py
------------------------------
+3.7.1
+-----
+
+- Fixed the mechanism for finding OS-installed static files for the HTML report
+ so that it will actually find OS-installed static files.
+
+
3.7 --- 6 October 2013
----------------------
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index e6f097f6..89c70b53 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -124,7 +124,7 @@ COMMAND REFERENCE
\--fail-under `MIN`
Exit with a status of 2 if the total coverage is less than `MIN`.
-
+
\-i, --ignore-errors
Ignore errors while reading source files.
@@ -139,7 +139,7 @@ COMMAND REFERENCE
\--fail-under `MIN`
Exit with a status of 2 if the total coverage is less than `MIN`.
-
+
\-i, --ignore-errors
Ignore errors while reading source files.
@@ -187,7 +187,7 @@ COMMAND REFERENCE
\--fail-under `MIN`
Exit with a status of 2 if the total coverage is less than `MIN`.
-
+
\-i, --ignore-errors
Ignore errors while reading source files.