File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ Unreleased
31
31
immediate retry seems to fix the problem, although it is an unsatisfying
32
32
solution.
33
33
34
+ - The HTML report pages now have a :ref: `Sleepy Snake <sleepy >` favicon.
35
+
34
36
- Continuous integration has moved from Travis and AppVeyor to GitHub Actions.
35
37
36
38
.. _issue 1037 : https://github.com/nedbat/coveragepy/issues/1037
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ class HtmlReporter(object):
166
166
("coverage_html.js" , "" ),
167
167
("keybd_closed.png" , "" ),
168
168
("keybd_open.png" , "" ),
169
+ ("favicon_32.png" , "" ),
169
170
]
170
171
171
172
def __init__ (self , cov ):
Original file line number Diff line number Diff line change 6
6
< head >
7
7
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
8
8
< title > {{ title|escape }}</ title >
9
+ < link rel ="icon " sizes ="32x32 " href ="favicon_32.png ">
9
10
< link rel ="stylesheet " href ="style.css " type ="text/css ">
10
11
{% if extra_css %}
11
12
< link rel ="stylesheet " href ="{{ extra_css }} " type ="text/css ">
Original file line number Diff line number Diff line change 9
9
{# http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/7684445e-f080-4d8f-8529-132763348e21 #}
10
10
< meta http-equiv ="X-UA-Compatible " content ="IE=emulateIE7 " />
11
11
< title > Coverage for {{relative_filename|escape}}: {{nums.pc_covered_str}}%</ title >
12
+ < link rel ="icon " sizes ="32x32 " href ="favicon_32.png ">
12
13
< link rel ="stylesheet " href ="style.css " type ="text/css ">
13
14
{% if extra_css %}
14
15
< link rel ="stylesheet " href ="{{ extra_css }} " type ="text/css ">
You can’t perform that action at this time.
0 commit comments