From e3a3e43d743ff442c818d41bfe4f33176bf7646c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 8 Nov 2009 20:47:11 -0500 Subject: Annotations on yellow HTML lines with the line numbers not visited. --- 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 8ae27ea..ca65152 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -47,7 +47,7 @@ function toggle_lines(btn, cls) { {% for line in lines %} -

{{line.html}} 

+

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

{% endfor %} -- cgit v1.2.1