From f1fa57a4b57f42694ca4d82c876e5f347dcaa381 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 22 Oct 2014 22:04:46 -0400 Subject: Filtering now computes coverage percentages properly. --- coverage/htmlfiles/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/htmlfiles/index.html') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 4b572711..bea715e1 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -78,7 +78,7 @@ {{totals.n_branches}} {{totals.n_partial_branches}} {% endif %} - {{totals.pc_covered_str}}% + {{totals.pc_covered_str}}% @@ -92,7 +92,7 @@ {{file.nums.n_branches}} {{file.nums.n_partial_branches}} {% endif %} - {{file.nums.pc_covered_str}}% + {{file.nums.pc_covered_str}}% {% endfor %} -- cgit v1.2.1