Skip to content

Commit 22454fe

Browse files
committed
Update dependencies
1 parent f9ea655 commit 22454fe

5 files changed

Lines changed: 177 additions & 163 deletions

File tree

coverage/html/index.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
height: 20px;
397397
}
398398
</style>
399-
<script>// Copyright 2018-2025 the Deno authors. MIT license.
399+
<script>// Copyright 2018-2026 the Deno authors. MIT license.
400400

401401
function setTheme(theme, themeToggle) {
402402
if (theme === "dark") {
@@ -460,9 +460,14 @@
460460
<h1>All files</h1>
461461
<div class='clearfix'>
462462
<div class='fl pad1y space-right2'>
463-
<span class='strong'>97.37%</span>
463+
<span class='strong'>98.39%</span>
464464
<span class='quiet'>Branches</span>
465-
<span class='fraction'>37/38</span>
465+
<span class='fraction'>61/62</span>
466+
</div>
467+
<div class='fl pad1y space-right2'>
468+
<span class='strong'>100.00%</span>
469+
<span class='quiet'>Functions</span>
470+
<span class='fraction'>15/15</span>
466471
</div>
467472
<div class='fl pad1y space-right2'>
468473
<span class='strong'>100.00%</span>
@@ -535,6 +540,8 @@ <h1>All files</h1>
535540
<th class='pic'></th>
536541
<th class='pct'>Branches</th>
537542
<th class='abs'></th>
543+
<th class='pct'>Functions</th>
544+
<th class='abs'></th>
538545
<th class='pct'>Lines</th>
539546
<th class='abs'></th>
540547
</tr>
@@ -548,8 +555,10 @@ <h1>All files</h1>
548555
<div class='cover-fill' style='width: 100.0%'></div><div class='cover-empty' style='width: calc(100% - 100.0%)'></div>
549556
</div>
550557
</td>
551-
<td class='pct high'>97.37%</td>
552-
<td class='abs high'>37/38</td>
558+
<td class='pct high'>98.39%</td>
559+
<td class='abs high'>61/62</td>
560+
<td class='pct high'>100.00%</td>
561+
<td class='abs high'>15/15</td>
553562
<td class='pct high'>100.00%</td>
554563
<td class='abs high'>188/188</td>
555564
</tr>
@@ -561,8 +570,8 @@ <h1>All files</h1>
561570

562571
<div class='footer quiet pad2 space-top1 center small'>
563572
Code coverage generated by
564-
<a href='https://deno.com/' target='_blank'>Deno v2.6.3</a>
565-
at Mon, 5 Jan 2026 07:04:07 +0000
573+
<a href='https://deno.com/' target='_blank'>Deno v2.8.1</a>
574+
at Wed, 3 Jun 2026 22:54:01 +0000
566575
</div>
567576
</body>
568577
</html>

0 commit comments

Comments
 (0)