Deploying to gh-pages from @ espressif/esp-protocols@265e38d684 🚀

This commit is contained in:
david-cermak
2025-01-20 09:40:41 +00:00
parent 370c59feaf
commit 499fa4c469

View File

@@ -361,30 +361,41 @@ span.excludedLine
background-color: var(--excluded_color) !important; background-color: var(--excluded_color) !important;
} }
.linebranch, .linecondition, .linedecision, .linecall, .linecount .linebranch, .linecondition, .linedecision, .linecall, .linecount, .lineblockids
{ {
font-family: monospace; font-family: monospace;
border-right: 1px gray solid; border-right: 1px gray solid;
background-color: lightgray; background-color: lightgray;
white-space: nowrap;
}
.linebranch, .linecondition, .linedecision, .linecall
{
text-align: left;
}
.linecount
{
text-align: right; text-align: right;
} }
.linebranchDetails, .lineconditionDetails, .linedecisionDetails, .linecallDetails .linebranchDetails, .lineconditionDetails, .linedecisionDetails, .linecallDetails
{ {
position: relative; position: relative;
} }
.linebranchSummary, .lineconditionSummary, .linedecisionSummary, .linecallSummary .linebranchSummary, .lineconditionSummary, .linedecisionSummary, .linecallSummary
{ {
cursor: help; cursor: help;
white-space: nowrap;
} }
.linebranchContents, .lineconditionContents, .linedecisionContents, .linecallContents .linebranchContents, .lineconditionContents, .linedecisionContents, .linecallContents
{ {
font-family: sans-serif; font-family: monospace;
font-size: small; font-size: medium;
text-align: left; text-align: left;
white-space: nowrap;
position: absolute; position: absolute;
width: 15em; width: 18em;
padding: 1em; padding: 1em;
background: white; background: white;
border: solid gray 1px; border: solid gray 1px;
@@ -645,7 +656,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
</tr> </tr>
<tr> <tr>
<th scope="row">Date:</th> <th scope="row">Date:</th>
<td>2025-01-15 11:47:16</td> <td>2025-01-20 09:08:49</td>
</tr> </tr>
<tr> <tr>
<th scope="row">Coverage:</th> <th scope="row">Coverage:</th>
@@ -1014,7 +1025,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
<hr/> <hr/>
</main> </main>
<footer> <footer>
Generated by: <a href="http://gcovr.com/en/8.2">GCOVR (Version 8.2)</a> Generated by: <a href="http://gcovr.com/en/8.3">GCOVR (Version 8.3)</a>
</footer> </footer>
</body> </body>
</html> </html>