From 1dba726d05dcdbd1be7d4b987151d691b0a7c535 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 4 Jul 2015 20:53:13 -0400 Subject: Remove the last vestige of FileReporter.name --- coverage/htmlfiles/index.html | 2 +- coverage/htmlfiles/pyfile.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'coverage/htmlfiles') 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 @@ {% for file in files %} - {{file.name}} + {{file.relative_filename}} {{file.nums.n_statements}} {{file.nums.n_missing}} {{file.nums.n_excluded}} diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index d78ba53..bf65ee5 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -5,7 +5,7 @@ {# IE8 rounds line-height incorrectly, and adding this emulateIE7 line makes it right! #} {# http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/7684445e-f080-4d8f-8529-132763348e21 #} - Coverage for {{fr.name|escape}}: {{nums.pc_covered_str}}% + Coverage for {{fr.relative_filename|escape}}: {{nums.pc_covered_str}}% {% if extra_css %} @@ -22,7 +22,7 @@