From 78e2c8c6e014b205e5f2cf7764ca9cf3597b318a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 Apr 2012 17:37:11 -0400 Subject: The [html]extra_css configuration value is a file path to a CSS file that gets copied into the HTML report. --- coverage/htmlfiles/pyfile.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index ee0a3b1b..434edfdd 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -7,6 +7,9 @@ Coverage for {{cu.name|escape}}: {{nums.pc_covered_str}}% + {% if extra_css %} + + {% endif %} -- cgit v1.2.1