Deploying to gh-pages from @ espressif/esp-protocols@f5dc07fdcc 🚀

This commit is contained in:
david-cermak
2024-10-09 14:50:15 +00:00
parent de14fc57b4
commit ba40f7c2b8

View File

@@ -20,6 +20,7 @@
--uncovered_color: #FF8C8C;
--warning_color: orangered;
--notTakenBranch_color: red;
--notTakenCondition_color: red;
--uncheckedDecision_color: darkorange;
--notTakenDecision_color: red;
--notInvokedCall_color: red;
@@ -30,6 +31,7 @@
--high_color: #85E485;
--covered_color: #85E485;
--takenBranch_color: green;
--takenCondition_color: green;
--takenDecision_color: green;
--invokedCall_color: green;
}
@@ -38,6 +40,7 @@
--high_color: #66B4FF;
--covered_color: #66B4Ff;
--takenBranch_color: blue;
--takenCondition_color: blue;
--takenDecision_color: blue;
--invokedCall_color: blue;
}
@@ -178,7 +181,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;
}
@@ -358,7 +361,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;
@@ -367,15 +370,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;
@@ -389,6 +392,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;
@@ -399,6 +407,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;
@@ -614,11 +632,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">
@@ -628,7 +645,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
</tr>
<tr>
<th scope="row">Date:</th>
<td>2024-09-26 14:20:10</td>
<td>2024-10-09 14:31:22</td>
</tr>
<tr>
<th scope="row">Coverage:</th>
@@ -670,14 +687,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
</table>
</div>
</div>
<hr/>
</header>
<nav>
</nav>
<main>
<table class="file-list">
<col/>
@@ -999,9 +1013,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.0">GCOVR (Version 8.0)</a>
</footer>
</body>
</html>