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