Skip to content

Commit

Permalink
Automated test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
d-markey committed Sep 14, 2024
1 parent 8afba46 commit 7dcb45f
Show file tree
Hide file tree
Showing 169 changed files with 1,590 additions and 2,434 deletions.
2 changes: 1 addition & 1 deletion coverage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"linesValid":1891,"lineRate":83.7}
{"linesValid":2139,"lineRate":75.7}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand Down
2 changes: 1 addition & 1 deletion doc/coverage/html/_impl/native/_channel.dart.gcov.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand Down
8 changes: 4 additions & 4 deletions doc/coverage/html/_impl/native/_channel_impl.dart.gcov.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand Down Expand Up @@ -184,7 +184,7 @@ <h1>LCOV - code coverage report</h1>
<td>41</td><td></td><td>9</td><td><code> @override</code></td>
</tr>
<tr class="noop" title="Line 42" id="line42">
<td>42</td><td></td><td></td><td><code> FutureOr close() {</code></td>
<td>42</td><td></td><td></td><td><code> FutureOr&lt;void&gt; close() {</code></td>
</tr>
<tr class="lineCov" title="Line 43" id="line43">
<td>43</td><td></td><td>9</td><td><code> if (!_closed) {</code></td>
Expand All @@ -211,7 +211,7 @@ <h1>LCOV - code coverage report</h1>
<td>50</td><td></td><td>3</td><td><code> @override</code></td>
</tr>
<tr class="noop" title="Line 51" id="line51">
<td>51</td><td></td><td></td><td><code> FutureOr cancelStream(int streamId) {</code></td>
<td>51</td><td></td><td></td><td><code> FutureOr&lt;void&gt; cancelStream(int streamId) {</code></td>
</tr>
<tr class="lineCov" title="Line 52" id="line52">
<td>52</td><td></td><td>3</td><td><code> if (!_closed) {</code></td>
Expand All @@ -235,7 +235,7 @@ <h1>LCOV - code coverage report</h1>
<td>58</td><td></td><td>2</td><td><code> @override</code></td>
</tr>
<tr class="noop" title="Line 59" id="line59">
<td>59</td><td></td><td></td><td><code> FutureOr cancelToken(SquadronCancelationToken? token) {</code></td>
<td>59</td><td></td><td></td><td><code> FutureOr&lt;void&gt; cancelToken(SquadronCancelationToken? token) {</code></td>
</tr>
<tr class="lineCov" title="Line 60" id="line60">
<td>60</td><td></td><td>2</td><td><code> if (token != null &amp;&amp; !_closed) {</code></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand Down
10 changes: 8 additions & 2 deletions doc/coverage/html/_impl/native/_platform.dart.gcov.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand All @@ -40,7 +40,7 @@ <h1>LCOV - code coverage report</h1>
</thead>
<tbody>
<tr>
<th scope="row">Lines</th><td>2</td><td>2</td><td class="high">100.0%</td>
<th scope="row">Lines</th><td>2</td><td>3</td><td class="low">66.7%</td>
</tr>
<tr>
<th scope="row">Functions</th><td>0</td><td>0</td><td class="high">-</td>
Expand Down Expand Up @@ -78,6 +78,12 @@ <h1>LCOV - code coverage report</h1>
<tr class="lineCov" title="Line 6" id="line6">
<td>6</td><td></td><td>2</td><td><code>SquadronPlatformType getPlatformType() =&gt; SquadronPlatformType.vm;</code></td>
</tr>
<tr class="noop" title="Line 7" id="line7">
<td>7</td><td></td><td></td><td><code></code></td>
</tr>
<tr class="lineNoCov" title="Line 8" id="line8">
<td>8</td><td></td><td>0</td><td><code>Uri mapUrl(String url) =&gt; Uri.parse(url);</code></td>
</tr>
</tbody>
</table>
<div class="footer">
Expand Down
2 changes: 1 addition & 1 deletion doc/coverage/html/_impl/native/_typedefs.dart.gcov.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand Down
8 changes: 4 additions & 4 deletions doc/coverage/html/_impl/native/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>LCOV - code coverage report</h1>
<dt>Test</dt>
<dd>lcov.info</dd>
<dt>Date</dt>
<dd>2024-09-08</dd>
<dd>2024-09-14</dd>
<dt class="legend">Legend</dt>
<dd class="legend">
<dl class="legend">
Expand All @@ -39,7 +39,7 @@ <h1>LCOV - code coverage report</h1>
</thead>
<tbody>
<tr>
<th scope="row">Lines</th><td>146</td><td>163</td><td class="med">89.6%</td>
<th scope="row">Lines</th><td>146</td><td>164</td><td class="med">89.0%</td>
</tr>
<tr>
<th scope="row">Functions</th><td>0</td><td>0</td><td class="high">-</td>
Expand Down Expand Up @@ -83,8 +83,8 @@ <h1>LCOV - code coverage report</h1>
</tr>
<tr>
<td headers="filename"><a href="_platform.dart.gcov.html" title="/home/runner/work/squadron/squadron/lib/src/_platform.dart">_platform.dart</a></td><td headers="line-indicator lineCoverage">
<meter high="90" low="75" max="100" min="0" optimum="100" value="100.0">100.0%</meter>
</td><td class="high" headers="line-percent lineCoverage">100.0%</td><td class="high" headers="line-ratio lineCoverage">2/2</td><td class="high" headers="function-percent functions">-</td><td class="high" headers="function-ratio functions">0/0</td><td class="high" headers="branch-percent branches">-</td><td class="high" headers="branch-ratio branches">0/0</td>
<meter high="90" low="75" max="100" min="0" optimum="100" value="66.7">66.7%</meter>
</td><td class="low" headers="line-percent lineCoverage">66.7%</td><td class="low" headers="line-ratio lineCoverage">2/3</td><td class="high" headers="function-percent functions">-</td><td class="high" headers="function-ratio functions">0/0</td><td class="high" headers="branch-percent branches">-</td><td class="high" headers="branch-ratio branches">0/0</td>
</tr>
<tr>
<td headers="filename"><a href="_typedefs.dart.gcov.html" title="/home/runner/work/squadron/squadron/lib/src/_typedefs.dart">_typedefs.dart</a></td><td headers="line-indicator lineCoverage">
Expand Down
Loading

0 comments on commit 7dcb45f

Please sign in to comment.