The toplevel document contains an absolute link to bulma.css
<title>Grcov report - </title>
<link rel="stylesheet" href="/bulma.min.css"></head>
It should be a relative one (./bulma.min.css); else it requires that the report is hosted at the toplevel,
Subpages are ok; e.g. they contain
<title>Grcov report - src </title>
<link rel="stylesheet" href="../bulma.min.css"></head>
grcov 0.9.1
The toplevel document contains an absolute link to
bulma.cssIt should be a relative one (
./bulma.min.css); else it requires that the report is hosted at the toplevel,Subpages are ok; e.g. they contain
grcov 0.9.1