From 0cbb3fa9c01e831f9441d6cbe4d60c163722f1d2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 25 Apr 2009 23:54:16 -0400 Subject: HTML report now has an index.html. --- coverage/htmlfiles/index.html | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 coverage/htmlfiles/index.html (limited to 'coverage/htmlfiles/index.html') diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html new file mode 100644 index 0000000..b6715c1 --- /dev/null +++ b/coverage/htmlfiles/index.html @@ -0,0 +1,54 @@ + + + +Coverage report + + + + + + +
+ + + + + + + + +{% for file in files %} + + + + + + + +{% endfor %} + + + + + + + +
Modulestatementsrunexcludedcoverage
{{file.cu.name}}{{file.stm}}{{file.run}}{{file.exc}}{{file.pc_cov|format_pct}}%
Total{{total_stm}}{{total_run}}{{total_exc}}{{total_cov|format_pct}}%
+
+ + + + + -- cgit v1.2.1