diff options
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py index da23935d..62c13e29 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -248,7 +248,7 @@ class HtmlReporter(Reporter): index_info = { 'nums': nums, 'html_filename': html_filename, - 'name': fr.name, + 'relative_filename': fr.relative_filename(), } self.files.append(index_info) self.status.set_index_info(flat_rootname, index_info) |