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 | 1dba726d05dcdbd1be7d4b987151d691b0a7c535 (patch) | |
| tree | 0f8aa7cd8052ac111ff312042078c4703c5c84c0 /coverage/htmlfiles/index.html | |
| parent | 94287179f87bb02dbf4c189ad52f7416b4dc83f1 (diff) | |
| download | python-coveragepy-1dba726d05dcdbd1be7d4b987151d691b0a7c535.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 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> |
