summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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