Skip to content

Commit

Permalink
0.0.16
Browse files Browse the repository at this point in the history
DCE attributes
  • Loading branch information
sashafirsov committed Feb 17, 2024
1 parent a706373 commit 8cec399
Show file tree
Hide file tree
Showing 49 changed files with 2,134 additions and 1,369 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To run a local development server that serves the basic demo located in `src/dem

[git-url]: https://github.com/EPA-WG/custom-element
[github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
[demo-url]: https://unpkg.com/@epa-wg/[email protected].14/dist/index.html
[storybook-url]: https://unpkg.com/@epa-wg/[email protected].14/storybook-static/index.html?path=/story/welcome--introduction
[coverage-image]: https://unpkg.com/@epa-wg/[email protected].14/coverage/coverage.svg
[coverage-url]: https://unpkg.com/@epa-wg/[email protected].14/coverage/lcov-report/index.html
[demo-url]: https://unpkg.com/@epa-wg/[email protected].16/dist/index.html
[storybook-url]: https://unpkg.com/@epa-wg/[email protected].16/storybook-static/index.html?path=/story/welcome--introduction
[coverage-image]: https://unpkg.com/@epa-wg/[email protected].16/coverage/coverage.svg
[coverage-url]: https://unpkg.com/@epa-wg/[email protected].16/coverage/lcov-report/index.html
2 changes: 1 addition & 1 deletion coverage/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 22 additions & 22 deletions coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@ <h1>All files</h1>
<div class='clearfix'>

<div class='fl pad1y space-right2'>
<span class="strong">97.81% </span>
<span class="strong">97.95% </span>
<span class="quiet">Statements</span>
<span class='fraction'>1342/1372</span>
<span class='fraction'>1438/1468</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">95.54% </span>
<span class="strong">95.75% </span>
<span class="quiet">Branches</span>
<span class='fraction'>193/202</span>
<span class='fraction'>203/212</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">88.09% </span>
<span class="strong">88.63% </span>
<span class="quiet">Functions</span>
<span class='fraction'>74/84</span>
<span class='fraction'>78/88</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">97.81% </span>
<span class="strong">97.95% </span>
<span class="quiet">Lines</span>
<span class='fraction'>1342/1372</span>
<span class='fraction'>1438/1468</span>
</div>


Expand Down Expand Up @@ -80,17 +80,17 @@ <h1>All files</h1>
</thead>
<tbody><tr>
<td class="file high" data-value="src"><a href="src/index.html">src</a></td>
<td data-value="95.57" class="pic high">
<td data-value="95.86" class="pic high">
<div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
</td>
<td data-value="95.57" class="pct high">95.57%</td>
<td data-value="656" class="abs high">627/656</td>
<td data-value="94.82" class="pct high">94.82%</td>
<td data-value="174" class="abs high">165/174</td>
<td data-value="86.3" class="pct high">86.3%</td>
<td data-value="73" class="abs high">63/73</td>
<td data-value="95.57" class="pct high">95.57%</td>
<td data-value="656" class="abs high">627/656</td>
<td data-value="95.86" class="pct high">95.86%</td>
<td data-value="702" class="abs high">673/702</td>
<td data-value="95.05" class="pct high">95.05%</td>
<td data-value="182" class="abs high">173/182</td>
<td data-value="86.84" class="pct high">86.84%</td>
<td data-value="76" class="abs high">66/76</td>
<td data-value="95.86" class="pct high">95.86%</td>
<td data-value="702" class="abs high">673/702</td>
</tr>

<tr>
Expand All @@ -114,13 +114,13 @@ <h1>All files</h1>
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="656" class="abs high">656/656</td>
<td data-value="706" class="abs high">706/706</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="17" class="abs high">17/17</td>
<td data-value="19" class="abs high">19/19</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="9" class="abs high">9/9</td>
<td data-value="10" class="abs high">10/10</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="656" class="abs high">656/656</td>
<td data-value="706" class="abs high">706/706</td>
</tr>

</tbody>
Expand All @@ -131,7 +131,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-02-04T20:29:21.830Z
at 2024-02-17T00:29:06.527Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
Loading

0 comments on commit 8cec399

Please sign in to comment.