summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-21 18:48:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-03-21 18:48:15 -0400
commit1c751daf56a6abe593f65b71c2a545598d1b881a (patch)
treee15725f44d7d21d0d1e6252c7ae6f04e36c19889 /TODO.txt
parent3c41aafc6cf5f16cfd56db12bb3d89463827d81a (diff)
downloadpython-coveragepy-1c751daf56a6abe593f65b71c2a545598d1b881a.tar.gz
I did this last week.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 8409613..8914136 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -102,7 +102,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
- Reporting on files never touched by coverage (package completeness)
- A setup.py command? http://jeetworks.org/node/50
- Deltas: indicate the change in coverage percentage from the last run.
-- Show lines missing rather than lines run in the reporting, since that's what
++ Show lines missing rather than lines run in the reporting, since that's what
you need to focus on.