lein-release plugin: preparing 0.3.0 release

This commit is contained in:
Simon Brooke 2023-04-10 22:26:24 +01:00
parent 7cae2678a9
commit 7e95669ee7
21 changed files with 2627 additions and 24 deletions

59
docs/cloverage/index.html Normal file
View file

@ -0,0 +1,59 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./coverage.css"/>
<title>Coverage Summary</title>
</head>
<body>
<table>
<thead><tr>
<td class="ns-name"> Namespace </td>
<td class="with-bar"> Forms </td>
<td class="with-number">Forms %</td>
<td class="with-bar"> Lines </td>
<td class="with-number">Lines %</td>
<td class="with-number">Total</td><td class="with-number">Blank</td><td class="with-number">Instrumented</td>
</tr></thead>
<tr>
<td><a href="sparse_array/core.clj.html">sparse-array.core</a></td><td class="with-bar"><div class="covered"
style="width:85.14150943396227%;
float:left;"> 722 </div><div class="not-covered"
style="width:14.858490566037736%;
float:left;"> 126 </div></td>
<td class="with-number">85.14 %</td>
<td class="with-bar"><div class="covered"
style="width:82.37885462555066%;
float:left;"> 187 </div><div class="partial"
style="width:6.167400881057269%;
float:left;"> 14 </div><div class="not-covered"
style="width:11.45374449339207%;
float:left;"> 26 </div></td>
<td class="with-number">88.55 %</td>
<td class="with-number">337</td><td class="with-number">23</td><td class="with-number">227</td>
</tr>
<tr>
<td><a href="sparse_array/extract.clj.html">sparse-array.extract</a></td><td class="with-bar"><div class="covered"
style="width:94.21965317919076%;
float:left;"> 163 </div><div class="not-covered"
style="width:5.780346820809249%;
float:left;"> 10 </div></td>
<td class="with-number">94.22 %</td>
<td class="with-bar"><div class="covered"
style="width:89.1304347826087%;
float:left;"> 41 </div><div class="partial"
style="width:2.1739130434782608%;
float:left;"> 1 </div><div class="not-covered"
style="width:8.695652173913043%;
float:left;"> 4 </div></td>
<td class="with-number">91.30 %</td>
<td class="with-number">68</td><td class="with-number">5</td><td class="with-number">46</td>
</tr>
<tr><td>Totals:</td>
<td class="with-bar"></td>
<td class="with-number">86.68 %</td>
<td class="with-bar"></td>
<td class="with-number">89.01 %</td>
</tr>
</table>
</body>
</html>