Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade styled components #421

Merged
merged 9 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 8.1.0
version: 8.6.9

- uses: actions/checkout@v2

Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ cypress/videos

.scannerwork
# sonar-project.properties
react-app-tester
react-app-tester

react-test-bed
445 changes: 114 additions & 331 deletions coverage/clover.xml

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions coverage/lcov-report/components/GlobalContext.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">components</a>
<div class='clearfix'>

<div class='fl pad1y space-right2'>
<span class="strong">19.86% </span>
<span class="strong">19.72% </span>
<span class="quiet">Statements</span>
<span class='fraction'>29/146</span>
<span class='fraction'>29/147</span>
</div>


Expand All @@ -44,9 +44,9 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">components</a>


<div class='fl pad1y space-right2'>
<span class="strong">19.86% </span>
<span class="strong">19.72% </span>
<span class="quiet">Lines</span>
<span class='fraction'>29/146</span>
<span class='fraction'>29/147</span>
</div>


Expand Down Expand Up @@ -209,7 +209,8 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">components</a>
<a name='L144'></a><a href='#L144'>144</a>
<a name='L145'></a><a href='#L145'>145</a>
<a name='L146'></a><a href='#L146'>146</a>
<a name='L147'></a><a href='#L147'>147</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
<a name='L147'></a><a href='#L147'>147</a>
<a name='L148'></a><a href='#L148'>148</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
Expand Down Expand Up @@ -351,6 +352,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">components</a>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
Expand Down Expand Up @@ -430,6 +432,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">components</a>
<span class="cstat-no" title="statement not covered" > cardLess: false,</span>
<span class="cstat-no" title="statement not covered" > disableAutoScrollOnClick: false,</span>
<span class="cstat-no" title="statement not covered" > disableClickOnCircle: false,</span>
<span class="cstat-no" title="statement not covered" > disableTimelinePoint: false,</span>
<span class="cstat-no" title="statement not covered" > enableBreakPoint: true,</span>
<span class="cstat-no" title="statement not covered" > enableDarkToggle: false,</span>
<span class="cstat-no" title="statement not covered" > focusActiveItemOnLoad: false,</span>
Expand Down Expand Up @@ -508,7 +511,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">components</a>
<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 2023-08-26T19:11:42.310Z
at 2023-09-25T09:08:50.825Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">

<head>
<title>Code coverage report for components/timeline-elements/timeline-outline</title>
<title>Code coverage report for components/common/test</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../../prettify.css" />
<link rel="stylesheet" href="../../../base.css" />
Expand All @@ -19,34 +19,34 @@
<body>
<div class='wrapper'>
<div class='pad1'>
<h1><a href="../../../index.html">All files</a> components/timeline-elements/timeline-outline</h1>
<h1><a href="../../../index.html">All files</a> components/common/test</h1>
<div class='clearfix'>

<div class='fl pad1y space-right2'>
<span class="strong">99.38% </span>
<span class="strong">100% </span>
<span class="quiet">Statements</span>
<span class='fraction'>322/324</span>
<span class='fraction'>83/83</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">88.88% </span>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>40/45</span>
<span class='fraction'>1/1</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="strong">14.28% </span>
<span class="quiet">Functions</span>
<span class='fraction'>10/10</span>
<span class='fraction'>1/7</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">99.38% </span>
<span class="strong">100% </span>
<span class="quiet">Lines</span>
<span class='fraction'>322/324</span>
<span class='fraction'>83/83</span>
</div>


Expand Down Expand Up @@ -79,48 +79,18 @@ <h1><a href="../../../index.html">All files</a> components/timeline-elements/tim
</tr>
</thead>
<tbody><tr>
<td class="file high" data-value="timeline-outline-item-list.tsx"><a href="timeline-outline-item-list.tsx.html">timeline-outline-item-list.tsx</a></td>
<td class="file high" data-value="index.tsx"><a href="index.tsx.html">index.tsx</a></td>
<td data-value="100" class="pic high">
<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="49" class="abs high">49/49</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="3" class="abs high">3/3</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="2" class="abs high">2/2</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="49" class="abs high">49/49</td>
</tr>

<tr>
<td class="file high" data-value="timeline-outline.styles.ts"><a href="timeline-outline.styles.ts.html">timeline-outline.styles.ts</a></td>
<td data-value="99.39" class="pic high">
<div class="chart"><div class="cover-fill" style="width: 99%"></div><div class="cover-empty" style="width: 1%"></div></div>
</td>
<td data-value="99.39" class="pct high">99.39%</td>
<td data-value="165" class="abs high">164/165</td>
<td data-value="92.59" class="pct high">92.59%</td>
<td data-value="27" class="abs high">25/27</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="7" class="abs high">7/7</td>
<td data-value="99.39" class="pct high">99.39%</td>
<td data-value="165" class="abs high">164/165</td>
</tr>

<tr>
<td class="file high" data-value="timeline-outline.tsx"><a href="timeline-outline.tsx.html">timeline-outline.tsx</a></td>
<td data-value="99.09" class="pic high">
<div class="chart"><div class="cover-fill" style="width: 99%"></div><div class="cover-empty" style="width: 1%"></div></div>
</td>
<td data-value="99.09" class="pct high">99.09%</td>
<td data-value="110" class="abs high">109/110</td>
<td data-value="80" class="pct high">80%</td>
<td data-value="15" class="abs high">12/15</td>
<td data-value="83" class="abs high">83/83</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="1" class="abs high">1/1</td>
<td data-value="99.09" class="pct high">99.09%</td>
<td data-value="110" class="abs high">109/110</td>
<td data-value="14.28" class="pct low">14.28%</td>
<td data-value="7" class="abs low">1/7</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="83" class="abs high">83/83</td>
</tr>

</tbody>
Expand All @@ -131,7 +101,7 @@ <h1><a href="../../../index.html">All files</a> components/timeline-elements/tim
<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 2023-08-26T19:11:42.310Z
at 2023-09-25T09:08:50.825Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
Loading
Loading