diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-29 07:17:18 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-29 07:17:18 -0500 |
commit | 7c40a5e2bbc216e276ce49dc0ea1ec84062bd6a7 (patch) | |
tree | d668bb618da422e888d54e2695f34633625524ad | |
parent | 2c883bf322dfaa6173efda3805b402b3c0ad1dbb (diff) | |
download | python-coveragepy-git-7c40a5e2bbc216e276ce49dc0ea1ec84062bd6a7.tar.gz |
Always more ideas.
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation? - Some way to focus in on red and yellow
- Show only lines near highlights?
- Jump to next highlight?
+ - Cookie for changes to pyfile.html state.
+ Clickable column headers on the index page.
+ Syntax coloring in HTML report.
+ Dynamic effects in HTML report.
@@ -123,6 +124,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation? - Double function decorators: all decorator lines count as executable code.
- Document the .coverage file format.
+ HTML reporting.
+ - Much more detail about what's in the report.
- References between pages are off:
- They have <em> tags around them.
- They use #anchors that don't survive the px->html conversion.
|