diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-12 19:45:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-12 19:45:25 -0400 |
commit | 978ac9ef276f610644ecbff3788ae6a8dd0177a6 (patch) | |
tree | f654c17d47ae00a4f6d4ac777c90cccdd8cfe9ca | |
parent | 7af764dce29dc52cfda52233b458725ab867adc4 (diff) | |
download | python-coveragepy-978ac9ef276f610644ecbff3788ae6a8dd0177a6.tar.gz |
Say what we've done.
-rw-r--r-- | CHANGES.txt | 7 | ||||
-rw-r--r-- | doc/python-coverage.1.txt | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7abcca6..ddb0e47 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 e6f097f..89c70b5 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. |