diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-21 09:32:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-21 09:32:00 -0400 |
commit | 6bbf461297bbe7509fcf74eeeedbc6415be57d29 (patch) | |
tree | 8c383fb2be0df9d79668cbfec9ba922dd10758f8 | |
parent | e1f67501c75cdb854abeee21be73a04374a5e259 (diff) | |
download | python-coveragepy-git-6bbf461297bbe7509fcf74eeeedbc6415be57d29.tar.gz |
Cleaner
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index dbe57855..d5bdce72 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,7 @@ Next version - The reporting commands (report, annotate, html, and xml) now have a --include switch to restrict reporting to modules beginning with those prefixes, similar to the existing --omit switch. Thanks, Zooko. - + - The run command now supports --include and --omit to control what modules it measures. This can speed execution and reduce the amount of data during reporting. Thanks Zooko. |