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
commitfcc771ee57d730c3434b1ebf119f408ddbfdb4c6 (patch)
treeaa81b6335485fc011f0f9ed323c6422e972ddc9d
parentf0b3451e829de7311c39a18c0fb34312330981ef (diff)
downloadpython-coveragepy-git-fcc771ee57d730c3434b1ebf119f408ddbfdb4c6.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 ccec2066..dbe57855 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 541a6fee..446fe7cc 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