summaryrefslogtreecommitdiff
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
commit506acd0e2c542032a6ff2017b7074296d2f65214 (patch)
treeeab0280402ea54927320bd25dc60ff28fe8aebfb
parent0b4456981ec6c0b5f131406a6e813361bb58c717 (diff)
downloadpython-coveragepy-git-506acd0e2c542032a6ff2017b7074296d2f65214.tar.gz
I did this last week.
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 84096138..8914136c 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.