From a6ba1c8ea6f780d8d351a237d47aff9d396ccb48 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 21 Apr 2024 10:41:23 -0400 Subject: [PATCH] fix: html report pages fully validate --- coverage/htmlfiles/index.html | 30 +++++------ coverage/htmlfiles/pyfile.html | 30 +++++------ tests/gold/html/a/a_py.html | 36 ++++++------- tests/gold/html/a/class_index.html | 30 +++++------ tests/gold/html/a/function_index.html | 30 +++++------ tests/gold/html/a/index.html | 28 +++++----- tests/gold/html/b_branch/b_py.html | 36 ++++++------- tests/gold/html/b_branch/class_index.html | 34 ++++++------ tests/gold/html/b_branch/function_index.html | 34 ++++++------ tests/gold/html/b_branch/index.html | 32 +++++------ tests/gold/html/bom/bom_py.html | 36 ++++++------- tests/gold/html/bom/class_index.html | 30 +++++------ tests/gold/html/bom/function_index.html | 30 +++++------ tests/gold/html/bom/index.html | 28 +++++----- tests/gold/html/contexts/class_index.html | 30 +++++------ tests/gold/html/contexts/function_index.html | 30 +++++------ tests/gold/html/contexts/index.html | 28 +++++----- tests/gold/html/contexts/two_tests_py.html | 54 +++++++++---------- tests/gold/html/isolatin1/class_index.html | 30 +++++------ tests/gold/html/isolatin1/function_index.html | 30 +++++------ tests/gold/html/isolatin1/index.html | 28 +++++----- tests/gold/html/isolatin1/isolatin1_py.html | 36 ++++++------- tests/gold/html/omit_1/class_index.html | 30 +++++------ tests/gold/html/omit_1/function_index.html | 30 +++++------ tests/gold/html/omit_1/index.html | 28 +++++----- tests/gold/html/omit_1/m1_py.html | 36 ++++++------- tests/gold/html/omit_1/m2_py.html | 36 ++++++------- tests/gold/html/omit_1/m3_py.html | 36 ++++++------- tests/gold/html/omit_1/main_py.html | 36 ++++++------- tests/gold/html/omit_2/class_index.html | 30 +++++------ tests/gold/html/omit_2/function_index.html | 30 +++++------ tests/gold/html/omit_2/index.html | 28 +++++----- tests/gold/html/omit_2/m2_py.html | 36 ++++++------- tests/gold/html/omit_2/m3_py.html | 36 ++++++------- tests/gold/html/omit_2/main_py.html | 36 ++++++------- tests/gold/html/omit_3/class_index.html | 30 +++++------ tests/gold/html/omit_3/function_index.html | 30 +++++------ tests/gold/html/omit_3/index.html | 28 +++++----- tests/gold/html/omit_3/m3_py.html | 36 ++++++------- tests/gold/html/omit_3/main_py.html | 36 ++++++------- tests/gold/html/omit_4/class_index.html | 30 +++++------ tests/gold/html/omit_4/function_index.html | 30 +++++------ tests/gold/html/omit_4/index.html | 28 +++++----- tests/gold/html/omit_4/m1_py.html | 36 ++++++------- tests/gold/html/omit_4/m3_py.html | 36 ++++++------- tests/gold/html/omit_4/main_py.html | 36 ++++++------- tests/gold/html/omit_5/class_index.html | 30 +++++------ tests/gold/html/omit_5/function_index.html | 30 +++++------ tests/gold/html/omit_5/index.html | 28 +++++----- tests/gold/html/omit_5/m1_py.html | 36 ++++++------- tests/gold/html/omit_5/main_py.html | 36 ++++++------- tests/gold/html/other/blah_blah_other_py.html | 40 +++++++------- tests/gold/html/other/class_index.html | 34 ++++++------ tests/gold/html/other/function_index.html | 34 ++++++------ tests/gold/html/other/here_py.html | 38 ++++++------- tests/gold/html/other/index.html | 32 +++++------ tests/gold/html/partial/class_index.html | 34 ++++++------ tests/gold/html/partial/function_index.html | 34 ++++++------ tests/gold/html/partial/index.html | 32 +++++------ tests/gold/html/partial/partial_py.html | 36 ++++++------- tests/gold/html/partial_626/class_index.html | 34 ++++++------ .../gold/html/partial_626/function_index.html | 34 ++++++------ tests/gold/html/partial_626/index.html | 32 +++++------ tests/gold/html/partial_626/partial_py.html | 36 ++++++------- tests/gold/html/styled/a_py.html | 36 ++++++------- tests/gold/html/styled/class_index.html | 30 +++++------ tests/gold/html/styled/function_index.html | 30 +++++------ tests/gold/html/styled/index.html | 28 +++++----- tests/gold/html/unicode/class_index.html | 30 +++++------ tests/gold/html/unicode/function_index.html | 30 +++++------ tests/gold/html/unicode/index.html | 28 +++++----- tests/gold/html/unicode/unicode_py.html | 36 ++++++------- 72 files changed, 1176 insertions(+), 1176 deletions(-) diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index a453c5a63..69d4b19ed 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -2,7 +2,7 @@ {# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt #} - + {{ title|escape }} @@ -11,7 +11,7 @@ {% if extra_css %} {% endif %} - + @@ -24,7 +24,7 @@

{{ title|escape }}:
- +
- +
@@ -84,16 +84,16 @@

File {% if column2 %} - {{ column2 }} + {{ column2 }} {% endif %} - statements - missing - excluded + statements + missing + excluded {% if has_arcs %} - branches - partial + branches + partial {% endif %} - coverage + coverage @@ -154,9 +154,9 @@

diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index bc8fa697d..b7aa6ba83 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -2,7 +2,7 @@ {# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt #} - + Coverage for {{relative_filename|escape}}: {{nums.pc_covered_str}}% @@ -18,7 +18,7 @@ {% endif %} - + @@ -32,7 +32,7 @@