Skip to content

Commit

Permalink
Update code coverage generation timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomantovani committed Mar 18, 2024
1 parent 91f87e8 commit e10e25b
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1709681146265" clover="3.2.0">
<project timestamp="1709681146265" name="All files">
<coverage generated="1710721911742" clover="3.2.0">
<project timestamp="1710721911742" name="All files">
<metrics statements="71" coveredstatements="71" conditionals="40" coveredconditionals="40" methods="18" coveredmethods="18" elements="129" coveredelements="129" complexity="0" loc="71" ncloc="71" packages="3" files="9" classes="9"/>
<package name="src">
<metrics statements="28" coveredstatements="28" conditionals="23" coveredconditionals="23" methods="5" coveredmethods="5"/>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/components/Center.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/components/CustomModal.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/components/Loading.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
6 changes: 3 additions & 3 deletions coverage/lcov-report/src/components/UpdateModal.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
[
{
text: dismiss_button_text,
onPress: handleUpdate,
onPress: closeModal,
isPreferred: false,
style: 'cancel',
},
{
text: update_button_text,
onPress: closeModal,
onPress: handleUpdate,
isPreferred: true,
style: 'default',
},
Expand Down Expand Up @@ -289,7 +289,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/componen
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/components/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1><a href="../../index.html">All files</a> src/components</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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../index.html">All files</a> src</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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> index.t
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/services/fetchdata.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/services
<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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/services/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> src/services</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-03-05T23:25:46.256Z
at 2024-03-18T00:31:51.724Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down

0 comments on commit e10e25b

Please sign in to comment.