Deploying to gh-pages from @ espressif/esp-mqtt@942fd027f2 🚀

This commit is contained in:
david-cermak
2024-11-15 13:21:38 +00:00
parent b66e860fe0
commit f9130da9a0

View File

@@ -19,6 +19,7 @@
--uncovered_color: #FF8C8C; --uncovered_color: #FF8C8C;
--warning_color: orangered; --warning_color: orangered;
--notTakenBranch_color: red; --notTakenBranch_color: red;
--notTakenCondition_color: red;
--uncheckedDecision_color: darkorange; --uncheckedDecision_color: darkorange;
--notTakenDecision_color: red; --notTakenDecision_color: red;
--notInvokedCall_color: red; --notInvokedCall_color: red;
@@ -29,6 +30,7 @@
--high_color: #85E485; --high_color: #85E485;
--covered_color: #85E485; --covered_color: #85E485;
--takenBranch_color: green; --takenBranch_color: green;
--takenCondition_color: green;
--takenDecision_color: green; --takenDecision_color: green;
--invokedCall_color: green; --invokedCall_color: green;
} }
@@ -37,6 +39,7 @@
--high_color: #66B4FF; --high_color: #66B4FF;
--covered_color: #66B4Ff; --covered_color: #66B4Ff;
--takenBranch_color: blue; --takenBranch_color: blue;
--takenCondition_color: blue;
--takenDecision_color: blue; --takenDecision_color: blue;
--invokedCall_color: blue; --invokedCall_color: blue;
} }
@@ -177,7 +180,7 @@ table.legend span.coverage-high
table.legend span.coverage-unknown, table.legend span.coverage-unknown,
table.coverage td.coverage-unknown, table.coverage td.coverage-unknown,
table.file-list td.coverage-unknow table.file-list td.coverage-unknown
{ {
background-color: var(--unknown_color) !important; background-color: var(--unknown_color) !important;
} }
@@ -357,7 +360,7 @@ span.excludedLine
background-color: var(--excluded_color) !important; background-color: var(--excluded_color) !important;
} }
.linebranch, .linedecision, .linecall, .linecount .linebranch, .linecondition, .linedecision, .linecall, .linecount
{ {
font-family: monospace; font-family: monospace;
border-right: 1px gray solid; border-right: 1px gray solid;
@@ -366,15 +369,15 @@ span.excludedLine
} }
.linebranchDetails, .linedecisionDetails, .linecallDetails .linebranchDetails, .lineconditionDetails, .linedecisionDetails, .linecallDetails
{ {
position: relative; position: relative;
} }
.linebranchSummary, .linedecisionSummary, .linecallSummary .linebranchSummary, .lineconditionSummary, .linedecisionSummary, .linecallSummary
{ {
cursor: help; cursor: help;
} }
.linebranchContents, .linedecisionContents, .linecallContents .linebranchContents, .lineconditionContents, .linedecisionContents, .linecallContents
{ {
font-family: sans-serif; font-family: sans-serif;
font-size: small; font-size: small;
@@ -388,6 +391,11 @@ span.excludedLine
z-index: 1; /* show in front of the table entries */ z-index: 1; /* show in front of the table entries */
} }
.excludedBranch
{
color: var(--takenBranch_color) !important;
}
.takenBranch .takenBranch
{ {
color: var(--takenBranch_color) !important; color: var(--takenBranch_color) !important;
@@ -398,6 +406,16 @@ span.excludedLine
color: var(--notTakenBranch_color) !important; color: var(--notTakenBranch_color) !important;
} }
.takenCondition
{
color: var(--takenCondition_color) !important;
}
.notTakenCondition
{
color: var(--notTakenCondition_color) !important;
}
.takenDecision .takenDecision
{ {
color: var(--takenDecision_color) !important; color: var(--takenDecision_color) !important;
@@ -613,11 +631,10 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
</head> </head>
<body> <body>
<header> <header>
<h1>GCC Code Coverage Report</h1> <h1>GCC Code Coverage Report</h1>
<hr/> <hr/>
<div class="summary"> <div class="summary">
<div> <div>
<table class="legend"> <table class="legend">
@@ -627,7 +644,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-09-25 09:34:20</td> <td>2024-11-15 13:21:35</td>
</tr> </tr>
<tr> <tr>
<th scope="row">Coverage:</th> <th scope="row">Coverage:</th>
@@ -669,14 +686,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
</table> </table>
</div> </div>
</div> </div>
<hr/> <hr/>
</header> </header>
<nav> <nav>
</nav> </nav>
<main> <main>
<table class="file-list"> <table class="file-list">
<col/> <col/>
@@ -726,9 +740,8 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
</table> </table>
<hr/> <hr/>
</main> </main>
<footer> <footer>
Generated by: <a href="http://gcovr.com/en/7.2">GCOVR (Version 7.2)</a> Generated by: <a href="http://gcovr.com/en/8.2">GCOVR (Version 8.2)</a>
</footer> </footer>
</body> </body>
</html> </html>