summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-05-16 12:23:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-05-16 12:23:22 -0400
commite835f6ca9616ebe1143ee71fa5d5a1072c389e5f (patch)
treed22811fa6ea76812e5257e085b4f9635cbebbf85
parentfc920203f8ec8b87c331a9da091e82645a2e9b43 (diff)
downloadpython-coveragepy-e835f6ca9616ebe1143ee71fa5d5a1072c389e5f.tar.gz
Tell people what happened.
-rw-r--r--CHANGES.txt8
-rw-r--r--TODO.txt1
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ccec206..dbe5785 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,14 @@ Change history for Coverage.py
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.
+
- Reports now have a column of missed line counts rather than executed line
counts, since developers should focus on reducing the missed lines to zero,
rather than increasing the executed lines to varying targets. Once
diff --git a/TODO.txt b/TODO.txt
index 541a6fe..446fe7c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -12,7 +12,6 @@ Coverage TODO
yes.
+ Fix up docstrings. How to deal well with the commonality among all the methods that take omit and include?
-
* 3.3
- Config file