diff options
Diffstat (limited to 'coverage/data.py')
-rw-r--r-- | coverage/data.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/data.py b/coverage/data.py index 977e6a0..7e14a69 100644 --- a/coverage/data.py +++ b/coverage/data.py @@ -74,6 +74,8 @@ class CoverageData(object): """ + # TODO: case-sensitivity in file names in these methods. + # The data file format is JSON, with these keys: # # * lines: a dict mapping filenames to lists of line numbers |