diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-04 20:53:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-04 20:53:13 -0400 |
commit | 886a09d0b73c237cafeb4ca4249918e87451fea2 (patch) | |
tree | 08617875fa0f60873903eedeef584c4603996fd6 /coverage/htmlfiles/index.html | |
parent | d8c15614a64764ee4d30e3d19020a244e4778709 (diff) | |
download | python-coveragepy-git-886a09d0b73c237cafeb4ca4249918e87451fea2.tar.gz |
Remove the last vestige of FileReporter.name
Diffstat (limited to 'coverage/htmlfiles/index.html')
-rw-r--r-- | coverage/htmlfiles/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 1afc57c9..767de41e 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> |