-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gh-pages with latest coverage report, badge, and homepage
- Loading branch information
github-actions
committed
Nov 8, 2024
0 parents
commit 072a227
Showing
11 changed files
with
10,298 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,326 @@ | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
<title id="title">Scoverage Code Coverage</title> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.20.1/css/theme.default.min.css" type="text/css"/><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.20.1/js/jquery.tablesorter.min.js"></script><link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" type="text/css"/><script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script><script type="text/javascript"> | ||
$(document).ready(function() {$(".tablesorter").tablesorter();}); | ||
</script> | ||
<style> | ||
.meter { | ||
height: 14px; | ||
position: relative; | ||
background: #BB2020; | ||
} | ||
|
||
.meter span { | ||
display: block; | ||
height: 100%; | ||
background-color: rgb(43,194,83); | ||
background-image: -webkit-gradient( | ||
linear, | ||
left bottom, | ||
left top, | ||
color-stop(0, rgb(43,194,83)), | ||
color-stop(1, rgb(84,240,84)) | ||
); | ||
background-image: -webkit-linear-gradient( | ||
center bottom, | ||
rgb(43,194,83) 37%, | ||
rgb(84,240,84) 69% | ||
); | ||
background-image: -moz-linear-gradient( | ||
center bottom, | ||
rgb(43,194,83) 37%, | ||
rgb(84,240,84) 69% | ||
); | ||
background-image: -ms-linear-gradient( | ||
center bottom, | ||
rgb(43,194,83) 37%, | ||
rgb(84,240,84) 69% | ||
); | ||
background-image: -o-linear-gradient( | ||
center bottom, | ||
rgb(43,194,83) 37%, | ||
rgb(84,240,84) 69% | ||
); | ||
-webkit-box-shadow: | ||
inset 0 2px 9px rgba(255,255,255,0.3), | ||
inset 0 -2px 6px rgba(0,0,0,0.4); | ||
-moz-box-shadow: | ||
inset 0 2px 9px rgba(255,255,255,0.3), | ||
inset 0 -2px 6px rgba(0,0,0,0.4); | ||
position: relative; | ||
overflow: hidden; | ||
} | ||
</style> | ||
</head><body style="font-family: monospace;"> | ||
<table class="tablesorter table table-striped" style="font-size:13px"> | ||
<thead> | ||
<tr> | ||
<th> | ||
Class | ||
</th> | ||
<th> | ||
Source file | ||
</th> | ||
<th> | ||
Lines | ||
</th> | ||
<th> | ||
Methods | ||
</th> | ||
<th> | ||
Statements | ||
</th> | ||
<th> | ||
Invoked | ||
</th> | ||
<th> | ||
Coverage | ||
</th> | ||
<th> | ||
</th> | ||
<th> | ||
Branches | ||
</th> | ||
<th> | ||
Invoked | ||
</th> | ||
<th> | ||
Coverage | ||
</th> | ||
<th> | ||
</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<a href="ScalaPlayground/BinaryTree/BinaryTree.scala.html"> | ||
App | ||
</a> | ||
</td> | ||
<td> | ||
BinaryTree.scala | ||
</td> | ||
<td> | ||
53 | ||
</td> | ||
<td> | ||
1 | ||
</td> | ||
<td> | ||
57 | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 0%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
0.00 | ||
% | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 0%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
0.00 | ||
% | ||
</td> | ||
</tr><tr> | ||
<td> | ||
<a href="ScalaPlayground/BinaryTree/BinaryTree.scala.html"> | ||
EmptyTree | ||
</a> | ||
</td> | ||
<td> | ||
BinaryTree.scala | ||
</td> | ||
<td> | ||
70 | ||
</td> | ||
<td> | ||
4 | ||
</td> | ||
<td> | ||
4 | ||
</td> | ||
<td> | ||
2 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 50%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
50.00 | ||
% | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 100%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
100.00 | ||
% | ||
</td> | ||
</tr><tr> | ||
<td> | ||
<a href="ScalaPlayground/BinaryTree/BinaryTree.scala.html"> | ||
Tree | ||
</a> | ||
</td> | ||
<td> | ||
BinaryTree.scala | ||
</td> | ||
<td> | ||
112 | ||
</td> | ||
<td> | ||
8 | ||
</td> | ||
<td> | ||
53 | ||
</td> | ||
<td> | ||
46 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 87%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
86.79 | ||
% | ||
</td> | ||
<td> | ||
12 | ||
</td> | ||
<td> | ||
9 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 75%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
75.00 | ||
% | ||
</td> | ||
</tr><tr> | ||
<td> | ||
<a href="ScalaPlayground/BinaryTree/BinaryTree.scala.html"> | ||
TreeFormatter | ||
</a> | ||
</td> | ||
<td> | ||
BinaryTree.scala | ||
</td> | ||
<td> | ||
171 | ||
</td> | ||
<td> | ||
6 | ||
</td> | ||
<td> | ||
92 | ||
</td> | ||
<td> | ||
88 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 96%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
95.65 | ||
% | ||
</td> | ||
<td> | ||
12 | ||
</td> | ||
<td> | ||
11 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 92%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
91.67 | ||
% | ||
</td> | ||
</tr><tr> | ||
<td> | ||
<a href="ScalaPlayground/BinaryTree/BinaryTree.scala.html"> | ||
given_Ordering_Person | ||
</a> | ||
</td> | ||
<td> | ||
BinaryTree.scala | ||
</td> | ||
<td> | ||
34 | ||
</td> | ||
<td> | ||
1 | ||
</td> | ||
<td> | ||
4 | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 0%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
0.00 | ||
% | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
0 | ||
</td> | ||
<td> | ||
<div class="meter"> | ||
<span style="width: 0%"></span> | ||
</div> | ||
</td> | ||
<td> | ||
0.00 | ||
% | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</body> | ||
</html> |
Oops, something went wrong.