Deploying to gh-pages from @ espressif/esp-mqtt@7e5e4821fa 🚀

This commit is contained in:
david-cermak
2025-02-18 12:53:06 +00:00
parent 657db49db2
commit 7c263cbc46

View File

@@ -360,30 +360,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;
@@ -560,9 +571,9 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.hll { background-color: #ffffcc }
.c { color: #3D7B7B; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.err { border: 1px solid #F00 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.o { color: #666 } /* Operator */
.ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.cp { color: #9C6500 } /* Comment.Preproc */
@@ -579,34 +590,34 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0044DD } /* Generic.Traceback */
.gt { color: #04D } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.m { color: #666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #687822 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.nc { color: #00F; font-weight: bold } /* Name.Class */
.no { color: #800 } /* Name.Constant */
.nd { color: #A2F } /* Name.Decorator */
.ni { color: #717171; font-weight: bold } /* Name.Entity */
.ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nf { color: #00F } /* Name.Function */
.nl { color: #767600 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nn { color: #00F; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mb { color: #666666 } /* Literal.Number.Bin */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.ow { color: #A2F; font-weight: bold } /* Operator.Word */
.w { color: #BBB } /* Text.Whitespace */
.mb { color: #666 } /* Literal.Number.Bin */
.mf { color: #666 } /* Literal.Number.Float */
.mh { color: #666 } /* Literal.Number.Hex */
.mi { color: #666 } /* Literal.Number.Integer */
.mo { color: #666 } /* Literal.Number.Oct */
.sa { color: #BA2121 } /* Literal.String.Affix */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
@@ -621,12 +632,12 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.fm { color: #0000FF } /* Name.Function.Magic */
.fm { color: #00F } /* Name.Function.Magic */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.vm { color: #19177C } /* Name.Variable.Magic */
.il { color: #666666 } /* Literal.Number.Integer.Long */
.il { color: #666 } /* Literal.Number.Integer.Long */
</style>
</head>
@@ -644,7 +655,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
</tr>
<tr>
<th scope="row">Date:</th>
<td>2024-11-18 09:57:48</td>
<td>2025-02-18 12:53:04</td>
</tr>
<tr>
<th scope="row">Coverage:</th>
@@ -741,7 +752,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>