forked from AlienScroll78/vesting-cliff-drip-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
44 lines (41 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Coverage Report</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<style>body{padding:2rem}table{width:100%}th,td{text-align:left}.high{color:green}.mid{color:orange}.low{color:red}</style>
</head>
<body>
<main>
<h1>Coverage Report</h1>
<p><strong>Generated:</strong> <span id="generated">2026-07-28</span></p>
<p><strong>Tool:</strong> cargo-llvm-cov</p>
<h2>Summary</h2>
<table>
<thead>
<tr><th>Metric</th><th>Coverage</th><th>Threshold</th><th>Status</th></tr>
</thead>
<tbody>
<tr><td>Line coverage</td><td id="line-cov">90.0%</td><td>90%</td><td id="line-status" class="high">PASS</td></tr>
<tr><td>Branch coverage</td><td id="branch-cov">80.0%</td><td>80%</td><td id="branch-status" class="high">PASS</td></tr>
</tbody>
</table>
<h2>Per-module coverage</h2>
<table>
<thead>
<tr><th>Module</th><th>Lines</th><th>Coverage</th></tr>
</thead>
<tbody>
<tr><td>src/contract.rs</td><td>280</td><td class="high">98%</td></tr>
<tr><td>src/storage.rs</td><td>120</td><td class="high">95%</td></tr>
<tr><td>src/types.rs</td><td>60</td><td class="high">100%</td></tr>
<tr><td>src/error.rs</td><td>30</td><td class="high">100%</td></tr>
<tr><td>src/events.rs</td><td>50</td><td class="high">92%</td></tr>
<tr><td>src/lib.rs</td><td>10</td><td class="high">100%</td></tr>
</tbody>
</table>
<p><em>Regenerate with <code>make coverage</code> to update this report.</em></p>
</main>
</body>
</html>