Skip to content

Commit

Permalink
Actions: Code Coverage for edfa8da
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Nov 12, 2023
1 parent fe45cec commit 8ad72b3
Show file tree
Hide file tree
Showing 31 changed files with 11,628 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"schemaVersion":1,"label":"coverage","message":"0.00%","color":"red"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en-us">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Grcov report - top_level </title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"></head>
<body>
<div class="container">
<nav class="breadcrumb is-right" aria-label="breadcrumbs">
<ul><li class="is-active"><a href="#">top_level</a></li>
</ul>
</nav>
<nav class="level">
<div class="level-item has-text-centered">
<div>
<p class="heading">Lines</p>
<p class="title has-text-danger">
<abbr title="0 / 41">0 %</abbr></p>
</div>
</div>

<div class="level-item has-text-centered">
<div>
<p class="heading">Functions</p>
<p class="title has-text-danger">
<abbr title="0 / 20">0 %</abbr></p>
</div>
</div>


<div class="level-item has-text-centered">
<div>
<p class="heading">Branches</p>
<p class="title has-text-success">
<abbr title="0 / 0">100 %</abbr></p>
</div>
</div>


</nav>

<table class="table is-fullwidth">
<thead>
<tr>
<th>Directory</th>
<th class="has-text-centered" colspan="3">Line Coverage</th>
<th class="has-text-centered" colspan="2">Functions</th>

<th class="has-text-centered" colspan="2">Branches</th>

</tr>
</thead>
<tbody>
<tr>
<th><a href="src&#x2F;index.html">src</a></th>
<!-- -->
<td class="p-2">
<progress
class="progress is-danger is-large"
value="0"
max="100">
0%
</progress>
</td>
<td class="has-text-centered has-background-danger p-2">
0%
</td>
<td class="has-text-centered has-background-danger p-2">
0 / 41
</td>
<!-- -->
<td class="has-text-centered has-background-danger p-2">0%</td>
<td class="has-text-centered has-background-danger p-2">0 / 20 </td>
<!-- -->

<td class="has-text-centered has-background-success p-2">100%</td>
<td class="has-text-centered has-background-success p-2">0 / 0</td>

</tr>
</tbody>
</table></div>
<footer class="footer">
<div class="content has-text-centered">
<p class="heading">Date: 2023-11-12 12:04</p>
</div>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en-us">
<head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Grcov report - src </title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"></head>
<body>
<div class="container">
<nav class="breadcrumb is-right" aria-label="breadcrumbs">
<ul><li><a href="../index.html">top_level</a></li><li class="is-active"><a href="#">src</a></li>
</ul>
</nav>
<nav class="level">
<div class="level-item has-text-centered">
<div>
<p class="heading">Lines</p>
<p class="title has-text-danger">
<abbr title="0 / 41">0 %</abbr></p>
</div>
</div>

<div class="level-item has-text-centered">
<div>
<p class="heading">Functions</p>
<p class="title has-text-danger">
<abbr title="0 / 20">0 %</abbr></p>
</div>
</div>


<div class="level-item has-text-centered">
<div>
<p class="heading">Branches</p>
<p class="title has-text-success">
<abbr title="0 / 0">100 %</abbr></p>
</div>
</div>


</nav>

<table class="table is-fullwidth">
<thead>
<tr>
<th>File</th>
<th class="has-text-centered" colspan="3">Line Coverage</th>
<th class="has-text-centered" colspan="2">Functions</th>

<th class="has-text-centered" colspan="2">Branches</th>

</tr>
</thead>
<tbody>
<tr>
<th><a href="lib.rs.html">lib.rs</a></th>
<!-- -->
<td class="p-2">
<progress
class="progress is-danger is-large"
value="0"
max="100">
0%
</progress>
</td>
<td class="has-text-centered has-background-danger p-2">
0%
</td>
<td class="has-text-centered has-background-danger p-2">
0 / 41
</td>
<!-- -->
<td class="has-text-centered has-background-danger p-2">0%</td>
<td class="has-text-centered has-background-danger p-2">0 / 20 </td>
<!-- -->

<td class="has-text-centered has-background-success p-2">100%</td>
<td class="has-text-centered has-background-success p-2">0 / 0</td>

</tr>
</tbody>
</table></div>
<footer class="footer">
<div class="content has-text-centered">
<p class="heading">Date: 2023-11-12 12:04</p>
</div>
</footer>
</body>
</html>
Loading

0 comments on commit 8ad72b3

Please sign in to comment.