From bd76d83ad30c2f3e2ecc596bc4df44de2e681b6c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 17 Jun 2019 17:57:26 -0400 Subject: Use an object instead of a dict for the report data --- coverage/htmlfiles/pyfile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 33f1fbb1..72cf77c9 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -72,14 +72,14 @@ {% for line in lines -%} -

{{line.number}}

+

{{line.number}}

{% endfor %} {# These are the source lines, which are very sensitive to whitespace. -#} {# The `{ # - # }` below are comments which slurp up the following space. -#} {% for line in lines -%} -

{#-#} +

{#-#} {% if line.annotate -%} {{line.annotate}}{#-#} {{line.annotate_long}}{#-#} -- cgit v1.2.1