summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/index.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-04 20:53:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-04 20:53:13 -0400
commit1dba726d05dcdbd1be7d4b987151d691b0a7c535 (patch)
tree0f8aa7cd8052ac111ff312042078c4703c5c84c0 /coverage/htmlfiles/index.html
parent94287179f87bb02dbf4c189ad52f7416b4dc83f1 (diff)
downloadpython-coveragepy-1dba726d05dcdbd1be7d4b987151d691b0a7c535.tar.gz
Remove the last vestige of FileReporter.name
Diffstat (limited to 'coverage/htmlfiles/index.html')
-rw-r--r--coverage/htmlfiles/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html
index 1afc57c..767de41 100644
--- a/coverage/htmlfiles/index.html
+++ b/coverage/htmlfiles/index.html
@@ -83,7 +83,7 @@
<tbody>
{% for file in files %}
<tr class="file">
- <td class="name left"><a href="{{file.html_filename}}">{{file.name}}</a></td>
+ <td class="name left"><a href="{{file.html_filename}}">{{file.relative_filename}}</a></td>
<td>{{file.nums.n_statements}}</td>
<td>{{file.nums.n_missing}}</td>
<td>{{file.nums.n_excluded}}</td>