From 41bff023af65451c4479e7a661fb571c028fd516 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 3 Feb 2016 06:50:09 -0500 Subject: A way to show much longer explanations about lines in the HTML report. --- coverage/htmlfiles/pyfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index ad7969db..fb8e131e 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -77,7 +77,7 @@ {% for line in lines %} -

{% if line.annotate %}{{line.annotate}}{% endif %}{{line.html}} 

+

{% if line.annotate %}{{line.annotate}}{{line.annotate_long}}{% endif %}{{line.html}} 

{% endfor %} -- cgit v1.2.1