Skip to content
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/cd-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts

- name: Extract version
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts

- name: Extract version
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fi

- name: Install dependencies
run: npm ci
run: npm ci --ignore-scripts

- name: Check licenses
run: npx license-checker --failOn "GPL-2.0;GPL-3.0;AGPL-3.0"
Expand Down
112 changes: 112 additions & 0 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1778137801891" clover="3.2.0">
<project timestamp="1778137801892" name="All files">
<metrics statements="85" coveredstatements="73" conditionals="72" coveredconditionals="45" methods="20" coveredmethods="15" elements="177" coveredelements="133" complexity="0" loc="85" ncloc="85" packages="2" files="5" classes="5"/>
<package name="app.(app)">
<metrics statements="8" coveredstatements="8" conditionals="8" coveredconditionals="4" methods="3" coveredmethods="3"/>
<file name="about.js" path="/Users/ren/IdeaProjects/starter-series/react-native-starter/app/(app)/about.js">
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
<line num="4" count="1" type="stmt"/>
<line num="17" count="1" type="stmt"/>
</file>
<file name="index.js" path="/Users/ren/IdeaProjects/starter-series/react-native-starter/app/(app)/index.js">
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
<line num="6" count="1" type="stmt"/>
<line num="8" count="1" type="stmt"/>
<line num="33" count="1" type="stmt"/>
</file>
<file name="profile.js" path="/Users/ren/IdeaProjects/starter-series/react-native-starter/app/(app)/profile.js">
<metrics statements="3" coveredstatements="3" conditionals="6" coveredconditionals="3" methods="1" coveredmethods="1"/>
<line num="5" count="1" type="stmt"/>
<line num="7" count="1" type="stmt"/>
<line num="23" count="1" type="stmt"/>
</file>
</package>
<package name="lib">
<metrics statements="77" coveredstatements="65" conditionals="64" coveredconditionals="41" methods="17" coveredmethods="12"/>
<file name="auth-context.js" path="/Users/ren/IdeaProjects/starter-series/react-native-starter/lib/auth-context.js">
<metrics statements="71" coveredstatements="61" conditionals="62" coveredconditionals="41" methods="16" coveredmethods="12"/>
<line num="16" count="1" type="stmt"/>
<line num="18" count="1" type="stmt"/>
<line num="20" count="1" type="stmt"/>
<line num="35" count="8" type="cond" truecount="2" falsecount="0"/>
<line num="36" count="7" type="stmt"/>
<line num="37" count="7" type="cond" truecount="2" falsecount="0"/>
<line num="38" count="6" type="stmt"/>
<line num="40" count="6" type="stmt"/>
<line num="41" count="6" type="stmt"/>
<line num="44" count="6" type="cond" truecount="1" falsecount="1"/>
<line num="47" count="5" type="stmt"/>
<line num="49" count="1" type="stmt"/>
<line num="54" count="2" type="cond" truecount="1" falsecount="1"/>
<line num="55" count="2" type="stmt"/>
<line num="65" count="1" type="stmt"/>
<line num="77" count="2" type="stmt"/>
<line num="78" count="2" type="cond" truecount="1" falsecount="1"/>
<line num="79" count="2" type="stmt"/>
<line num="80" count="2" type="cond" truecount="1" falsecount="1"/>
<line num="81" count="2" type="cond" truecount="3" falsecount="1"/>
<line num="82" count="2" type="cond" truecount="3" falsecount="1"/>
<line num="83" count="2" type="stmt"/>
<line num="94" count="4" type="cond" truecount="2" falsecount="0"/>
<line num="96" count="4" type="cond" truecount="1" falsecount="1"/>
<line num="97" count="4" type="cond" truecount="2" falsecount="0"/>
<line num="99" count="2" type="cond" truecount="1" falsecount="2"/>
<line num="101" count="2" type="cond" truecount="1" falsecount="2"/>
<line num="102" count="2" type="stmt"/>
<line num="103" count="2" type="stmt"/>
<line num="104" count="2" type="stmt"/>
<line num="105" count="2" type="stmt"/>
<line num="106" count="2" type="stmt"/>
<line num="107" count="2" type="stmt"/>
<line num="109" count="2" type="cond" truecount="2" falsecount="0"/>
<line num="110" count="1" type="cond" truecount="1" falsecount="1"/>
<line num="116" count="9" type="stmt"/>
<line num="117" count="9" type="stmt"/>
<line num="118" count="9" type="stmt"/>
<line num="123" count="9" type="stmt"/>
<line num="132" count="9" type="stmt"/>
<line num="133" count="3" type="stmt"/>
<line num="134" count="3" type="stmt"/>
<line num="135" count="3" type="stmt"/>
<line num="136" count="3" type="stmt"/>
<line num="137" count="3" type="cond" truecount="4" falsecount="0"/>
<line num="138" count="2" type="stmt"/>
<line num="139" count="2" type="cond" truecount="1" falsecount="1"/>
<line num="140" count="2" type="stmt"/>
<line num="145" count="0" type="stmt"/>
<line num="151" count="3" type="cond" truecount="1" falsecount="1"/>
<line num="154" count="3" type="stmt"/>
<line num="155" count="3" type="stmt"/>
<line num="160" count="9" type="stmt"/>
<line num="161" count="3" type="cond" truecount="1" falsecount="1"/>
<line num="162" count="0" type="stmt"/>
<line num="165" count="9" type="stmt"/>
<line num="166" count="0" type="stmt"/>
<line num="167" count="0" type="stmt"/>
<line num="168" count="0" type="stmt"/>
<line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
<line num="171" count="0" type="stmt"/>
<line num="173" count="0" type="stmt"/>
<line num="175" count="0" type="stmt"/>
<line num="176" count="0" type="stmt"/>
<line num="180" count="9" type="stmt"/>
<line num="181" count="1" type="stmt"/>
<line num="182" count="1" type="stmt"/>
<line num="185" count="9" type="stmt"/>
<line num="186" count="9" type="stmt"/>
<line num="197" count="9" type="stmt"/>
<line num="201" count="9" type="stmt"/>
</file>
<file name="env.js" path="/Users/ren/IdeaProjects/starter-series/react-native-starter/lib/env.js">
<metrics statements="6" coveredstatements="4" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
<line num="7" count="1" type="stmt"/>
<line num="8" count="1" type="stmt"/>
<line num="9" count="1" type="stmt"/>
<line num="11" count="1" type="stmt"/>
<line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
<line num="24" count="0" type="stmt"/>
</file>
</package>
</project>
</coverage>
6 changes: 6 additions & 0 deletions coverage/coverage-final.json

Large diffs are not rendered by default.

196 changes: 196 additions & 0 deletions coverage/lcov-report/app/(app)/about.js.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@

<!doctype html>
<html lang="en">

<head>
<title>Code coverage report for app/(app)/about.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../prettify.css" />
<link rel="stylesheet" href="../../base.css" />
<link rel="shortcut icon" type="image/x-icon" href="../../favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(../../sort-arrow-sprite.png);
}
</style>
</head>

<body>
<div class='wrapper'>
<div class='pad1'>
<h1><a href="../../index.html">All files</a> / <a href="index.html">app/(app)</a> about.js</h1>
<div class='clearfix'>

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


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


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


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


</div>
<p class="quiet">
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
</p>
<template id="filterTemplate">
<div class="quiet">
Filter:
<input type="search" id="fileSearch">
</div>
</template>
</div>
<div class='status-line high'></div>
<pre><table class="coverage">
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
<a name='L2'></a><a href='#L2'>2</a>
<a name='L3'></a><a href='#L3'>3</a>
<a name='L4'></a><a href='#L4'>4</a>
<a name='L5'></a><a href='#L5'>5</a>
<a name='L6'></a><a href='#L6'>6</a>
<a name='L7'></a><a href='#L7'>7</a>
<a name='L8'></a><a href='#L8'>8</a>
<a name='L9'></a><a href='#L9'>9</a>
<a name='L10'></a><a href='#L10'>10</a>
<a name='L11'></a><a href='#L11'>11</a>
<a name='L12'></a><a href='#L12'>12</a>
<a name='L13'></a><a href='#L13'>13</a>
<a name='L14'></a><a href='#L14'>14</a>
<a name='L15'></a><a href='#L15'>15</a>
<a name='L16'></a><a href='#L16'>16</a>
<a name='L17'></a><a href='#L17'>17</a>
<a name='L18'></a><a href='#L18'>18</a>
<a name='L19'></a><a href='#L19'>19</a>
<a name='L20'></a><a href='#L20'>20</a>
<a name='L21'></a><a href='#L21'>21</a>
<a name='L22'></a><a href='#L22'>22</a>
<a name='L23'></a><a href='#L23'>23</a>
<a name='L24'></a><a href='#L24'>24</a>
<a name='L25'></a><a href='#L25'>25</a>
<a name='L26'></a><a href='#L26'>26</a>
<a name='L27'></a><a href='#L27'>27</a>
<a name='L28'></a><a href='#L28'>28</a>
<a name='L29'></a><a href='#L29'>29</a>
<a name='L30'></a><a href='#L30'>30</a>
<a name='L31'></a><a href='#L31'>31</a>
<a name='L32'></a><a href='#L32'>32</a>
<a name='L33'></a><a href='#L33'>33</a>
<a name='L34'></a><a href='#L34'>34</a>
<a name='L35'></a><a href='#L35'>35</a>
<a name='L36'></a><a href='#L36'>36</a>
<a name='L37'></a><a href='#L37'>37</a>
<a name='L38'></a><a href='#L38'>38</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { View, Text, StyleSheet } from 'react-native';
&nbsp;
export default function AboutScreen() {
return (
&lt;View style={styles.container}&gt;
&lt;Text style={styles.title}&gt;About&lt;/Text&gt;
&lt;Text style={styles.text}&gt;
Built with Expo + Expo Router.
&lt;/Text&gt;
&lt;Text style={styles.text}&gt;
CI/CD powered by GitHub Actions + EAS Build.
&lt;/Text&gt;
&lt;/View&gt;
);
}
&nbsp;
const styles = StyleSheet.create({
container: {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
padding: 24,
backgroundColor: '#fff',
},
title: {
fontSize: 28,
fontWeight: 'bold',
color: '#4630EB',
marginBottom: 16,
},
text: {
fontSize: 16,
color: '#666',
textAlign: 'center',
marginBottom: 8,
},
});
&nbsp;</pre></td></tr></table></pre>

<div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<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 2026-05-07T07:10:01.878Z
</div>
<script src="../../prettify.js"></script>
<script>
window.onload = function () {
prettyPrint();
};
</script>
<script src="../../sorter.js"></script>
<script src="../../block-navigation.js"></script>
</body>
</html>

Loading