From bcf70b4d59e7dede57edcb5ae01d3edbf97a9c29 Mon Sep 17 00:00:00 2001 From: Vince Salvino Date: Tue, 11 Feb 2020 00:45:28 -0500 Subject: Add dark mode to HTML output; improve accessibility --- coverage/htmlfiles/pyfile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index eb0f99c8..519279cc 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -33,12 +33,12 @@

{{nums.n_statements}} statements   - {{nums.n_executed}} run - {{nums.n_missing}} missing - {{nums.n_excluded}} excluded + + + {% if has_arcs %} - {{nums.n_partial_branches}} partial + {% endif %}

-- cgit v1.2.1