-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsource.html
More file actions
24 lines (23 loc) · 900 Bytes
/
source.html
File metadata and controls
24 lines (23 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<h1>Source <img data-ice="coverageBadge" src="./badge.svg"><span data-ice="totalCoverageCount" class="total-coverage-count"></span></h1>
<table class="files-summary" data-ice="files">
<thead>
<tr>
<td>File</td>
<td>Identifier</td>
<td class="coverage">Document</td>
<td style="display: none;">Size</td>
<td style="display: none;">Lines</td>
<td style="display: none;">Updated</td>
</tr>
</thead>
<tbody>
<tr data-ice="file">
<td data-ice="filePath"></td>
<td data-ice="identifier" class="identifiers"></td>
<td class="coverage"><span data-ice="coverage"></span><span data-ice="coverageCount" class="coverage-count"></span></td>
<td style="display: none;" data-ice="size"></td>
<td style="display: none;" data-ice="lines"></td>
<td style="display: none;" data-ice="updated"></td>
</tr>
</tbody>
</table>