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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>Diff Coverage</title>
<link rel="stylesheet" href="external_style.css">
</head>
<body>
<h1>Diff Coverage</h1>
<p>Diff: origin/main...HEAD, staged and unstaged changes</p>
<ul>
<li><b>Total</b>: 1 line</li>
<li><b>Missing</b>: 0 lines</li>
<li><b>Coverage</b>: 100%</li>
</ul>
<table border="1">
<tr>
<th>Source File</th>
<th>Diff Coverage (%)</th>
<th>Missing Lines</th>
</tr>
<tr>
<td>test_src.txt</td>
<td>100%</td>
<td> </td>
</tr>
</table>
</body>
</html>
|