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