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; --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;
@@ -30,6 +31,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;
} }
@@ -38,6 +40,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;
} }
@@ -178,7 +181,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;
} }
@@ -358,7 +361,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;
@@ -367,15 +370,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;
@@ -389,6 +392,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;
@@ -399,6 +407,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;
@@ -614,11 +632,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">
@@ -628,7 +645,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-26 14:20:10</td> <td>2024-10-09 14:31:22</td>
</tr> </tr>
<tr> <tr>
<th scope="row">Coverage:</th> <th scope="row">Coverage:</th>
@@ -670,14 +687,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/>
@@ -999,9 +1013,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.0">GCOVR (Version 8.0)</a>
</footer> </footer>
</body> </body>
</html> </html>