diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-12-05 13:05:06 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-12-05 15:33:13 -0500 |
commit | 6dfd89f90447f88ba295982dcafc627f4dca967d (patch) | |
tree | c12f60af3a9d6924a8762fb614126d80178f018b /coverage/htmlfiles | |
parent | 802f60c8df2034913db242323a8d0b3a15abe5eb (diff) | |
download | python-coveragepy-git-6dfd89f90447f88ba295982dcafc627f4dca967d.tar.gz |
A favicon for the HTML report
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/favicon_32.png | bin | 0 -> 1732 bytes | |||
-rw-r--r-- | coverage/htmlfiles/index.html | 1 | ||||
-rw-r--r-- | coverage/htmlfiles/pyfile.html | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/coverage/htmlfiles/favicon_32.png b/coverage/htmlfiles/favicon_32.png Binary files differnew file mode 100644 index 00000000..8649f047 --- /dev/null +++ b/coverage/htmlfiles/favicon_32.png diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html index 4129bc31..983db061 100644 --- a/coverage/htmlfiles/index.html +++ b/coverage/htmlfiles/index.html @@ -6,6 +6,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{{ title|escape }}</title> + <link rel="icon" sizes="32x32" href="favicon_32.png"> <link rel="stylesheet" href="style.css" type="text/css"> {% if extra_css %} <link rel="stylesheet" href="{{ extra_css }}" type="text/css"> diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index ec0f416f..e15be066 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -9,6 +9,7 @@ {# http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/7684445e-f080-4d8f-8529-132763348e21 #} <meta http-equiv="X-UA-Compatible" content="IE=emulateIE7" /> <title>Coverage for {{relative_filename|escape}}: {{nums.pc_covered_str}}%</title> + <link rel="icon" sizes="32x32" href="favicon_32.png"> <link rel="stylesheet" href="style.css" type="text/css"> {% if extra_css %} <link rel="stylesheet" href="{{ extra_css }}" type="text/css"> |