diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-03-24 22:49:37 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-03-24 22:49:37 -0400 |
commit | 6df11611c656dc15fa47e3044987a87cc32c43aa (patch) | |
tree | 60f55c0a2891010d950ed1ff3658df02cad252b8 /coverage/htmlfiles | |
parent | 67a56e01aab739c49db65318a271c4c91f8db294 (diff) | |
download | python-coveragepy-6df11611c656dc15fa47e3044987a87cc32c43aa.tar.gz |
Incremental HTML generation. Some cleanup would be good.
Diffstat (limited to 'coverage/htmlfiles')
-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 f03c325..fb37d40 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -55,7 +55,7 @@ <tbody> {% for file in files %} <tr class='file'> - <td class='name left'><a href='{{file.html_filename}}'>{{file.cu.name}}</a></td> + <td class='name left'><a href='{{file.html_filename}}'>{{file.name}}</a></td> <td>{{file.nums.n_statements}}</td> <td>{{file.nums.n_missing}}</td> <td>{{file.nums.n_excluded}}</td> |