mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-02 20:24:39 +02:00
Deploying to gh-pages from @ espressif/esp-protocols@265e38d684 🚀
This commit is contained in:
25
index.html
25
index.html
@@ -361,30 +361,41 @@ span.excludedLine
|
||||
background-color: var(--excluded_color) !important;
|
||||
}
|
||||
|
||||
.linebranch, .linecondition, .linedecision, .linecall, .linecount
|
||||
.linebranch, .linecondition, .linedecision, .linecall, .linecount, .lineblockids
|
||||
{
|
||||
font-family: monospace;
|
||||
border-right: 1px gray solid;
|
||||
background-color: lightgray;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.linebranch, .linecondition, .linedecision, .linecall
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
.linecount
|
||||
{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.linebranchDetails, .lineconditionDetails, .linedecisionDetails, .linecallDetails
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.linebranchSummary, .lineconditionSummary, .linedecisionSummary, .linecallSummary
|
||||
{
|
||||
cursor: help;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.linebranchContents, .lineconditionContents, .linedecisionContents, .linecallContents
|
||||
{
|
||||
font-family: sans-serif;
|
||||
font-size: small;
|
||||
font-family: monospace;
|
||||
font-size: medium;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
width: 15em;
|
||||
width: 18em;
|
||||
padding: 1em;
|
||||
background: white;
|
||||
border: solid gray 1px;
|
||||
@@ -645,7 +656,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Date:</th>
|
||||
<td>2025-01-15 11:47:16</td>
|
||||
<td>2025-01-20 09:08:49</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Coverage:</th>
|
||||
@@ -1014,7 +1025,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
|
||||
<hr/>
|
||||
</main>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user