diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-30 05:44:22 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-30 05:44:22 -0400 |
commit | 320b36d48b4423d4e3263c964d47370e135381a2 (patch) | |
tree | 1e34de1398ea40960df7030d09dcf98c677a668f | |
parent | 9a002e91df412688b8203176cbf9ae33721b8126 (diff) | |
download | python-coveragepy-git-320b36d48b4423d4e3263c964d47370e135381a2.tar.gz |
Track stuff
-rw-r--r-- | TODO.txt | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,13 @@ Coverage TODO
+* 3.2
+
+- Some kind of indication in the HTML where yellow lines aren't going.
+- Profile the reporting code: it's REALLY slow.
+ - parser is doing some redundant work.
+- while TRUE claims to be partial?
+- Analysis class should do rolling up of stats also.
+
* Speed
@@ -70,6 +78,10 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation? - Colored bars indicating coverage per file.
- Package navigation.
- Rolled-up statistics.
+ - Some way to focus in on red and yellow
+ - Show only lines near highlights?
+ - Jump to next highlight?
+ - Clickable column headers on the index page.
+ Syntax coloring in HTML report.
+ Dynamic effects in HTML report.
+ Footer in reports pointing to coverage home page.
|