summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-28 21:59:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-28 21:59:50 -0400
commitd5d41e59b5bcc476ee0d7fd7e1f84deca164ec8a (patch)
tree7e7b3bb2a8823cd89ebea2f7bb5b7ee77594a5b4 /TODO.txt
parent8b2364acc9025c8931d9a61b94be2268353deb12 (diff)
downloadpython-coveragepy-git-d5d41e59b5bcc476ee0d7fd7e1f84deca164ec8a.tar.gz
Finish up the cmdline details for -b
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 5dbce645..969dd586 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -87,6 +87,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- Bare "except:" lines now count as executable code.
- Double function decorators: all decorator lines count as executable code.
- Document the .coverage file format.
+ - HTML reporting.
+ Be sure --help text is complete (-i is missing).
+ Host the project somewhere with a real bug tracker: bitbucket.org
- Point discussion to TIP