summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-21 15:39:50 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-21 15:39:50 -0500
commit2adca2bfe644f9214f520410738055c6905a3e66 (patch)
tree6a5aa67b4ad79c0befa7687d0a8d11d3533f8000 /TODO.txt
parent73cef0218aba2909c7bf46a0ce7d1104d9a630d8 (diff)
downloadpython-coveragepy-git-2adca2bfe644f9214f520410738055c6905a3e66.tar.gz
In 'debug sys' data, don't call it 'data_file', since it doesn't find out anything about the file, it's just the path to the file.
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 0524bc27..3b65de0c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,6 +14,7 @@ Coverage TODO
- Maybe turning off yellow lines should make those lines green?
- A missing branch to leave the function shows an annotation of -1.
- XML report needs to get branch information.
+- Add branch info to "coverage debug data"
* Speed