Skip to content

Commit

Permalink
Upload live reports from test suite run 56242ab
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 12, 2024
1 parent 7bf32bf commit 04061e8
Show file tree
Hide file tree
Showing 330 changed files with 3,437 additions and 3,307 deletions.
2 changes: 1 addition & 1 deletion master/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# CI/CD generated reports for [e058e3afe0189d1d8a16684e011658ffc242bda5](https://github.com/hydephp/develop/commit/e058e3afe0189d1d8a16684e011658ffc242bda5)
# CI/CD generated reports for [56242aba0b34c7a7fd7e5f669f9b9aebc28046d5](https://github.com/hydephp/develop/commit/56242aba0b34c7a7fd7e5f669f9b9aebc28046d5)
73 changes: 71 additions & 2 deletions master/api-docs/classes/Hyde-Support-Includes.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ <h4 id="toc-methods">
</dt>
<dd>Get the raw contents of a partial file in the includes directory.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Hyde-Support-Includes.html#method_html">html()</a>
<span>
&nbsp;: string|null </span>
</dt>
<dd>Get the HTML contents of a partial file in the includes directory.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Hyde-Support-Includes.html#method_markdown">markdown()</a>
<span>
Expand Down Expand Up @@ -312,7 +319,7 @@ <h4 class="phpdocumentor-element__name" id="method_blade">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="packages/framework/src/Support/Includes.php"><a href="files/packages-framework-src-support-includes.html"><abbr title="packages/framework/src/Support/Includes.php">Includes.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">88</span>
<span class="phpdocumentor-element-found-in__line">106</span>

</aside>

Expand Down Expand Up @@ -419,6 +426,67 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>

</section>

</article>
<article
class="phpdocumentor-element
-method
-public
-static "
>
<h4 class="phpdocumentor-element__name" id="method_html">
html()
<a href="classes/Hyde-Support-Includes.html#method_html" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="packages/framework/src/Support/Includes.php"><a href="files/packages-framework-src-support-includes.html"><abbr title="packages/framework/src/Support/Includes.php">Includes.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">70</span>

</aside>

<p class="phpdocumentor-summary">Get the HTML contents of a partial file in the includes directory.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">html</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$filename</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$default</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string|null</span></code>

<div class="phpdocumentor-label-line">
</div>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$filename</span>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>The name of the partial file, with or without the extension.</p>
</section>

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$default</span>
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>The default value to return if the partial is not found.</p>
</section>

</dd>
</dl>



<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string|null</span>
&mdash;
<section class="phpdocumentor-description"><p>The raw contents of the partial file, or the default value if not found.</p>
</section>

</section>

</article>
<article
class="phpdocumentor-element
Expand All @@ -434,7 +502,7 @@ <h4 class="phpdocumentor-element__name" id="method_markdown">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="packages/framework/src/Support/Includes.php"><a href="files/packages-framework-src-support-includes.html"><abbr title="packages/framework/src/Support/Includes.php">Includes.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">70</span>
<span class="phpdocumentor-element-found-in__line">88</span>

</aside>

Expand Down Expand Up @@ -792,6 +860,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Hyde-Support-Includes.html#method_blade">blade()</a></li>
<li><a href="classes/Hyde-Support-Includes.html#method_get">get()</a></li>
<li><a href="classes/Hyde-Support-Includes.html#method_html">html()</a></li>
<li><a href="classes/Hyde-Support-Includes.html#method_markdown">markdown()</a></li>
<li><a href="classes/Hyde-Support-Includes.html#method_path">path()</a></li>
<li><a href="classes/Hyde-Framework-Concerns-InteractsWithDirectories.html#method_needsDirectories">needsDirectories()</a></li>
Expand Down
5 changes: 5 additions & 0 deletions master/api-docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -5605,6 +5605,11 @@ Search.appendIndex(
"name": "get",
"summary": "Get\u0020the\u0020raw\u0020contents\u0020of\u0020a\u0020partial\u0020file\u0020in\u0020the\u0020includes\u0020directory.",
"url": "classes/Hyde-Support-Includes.html#method_get"
}, {
"fqsen": "\\Hyde\\Support\\Includes\u003A\u003Ahtml\u0028\u0029",
"name": "html",
"summary": "Get\u0020the\u0020HTML\u0020contents\u0020of\u0020a\u0020partial\u0020file\u0020in\u0020the\u0020includes\u0020directory.",
"url": "classes/Hyde-Support-Includes.html#method_html"
}, {
"fqsen": "\\Hyde\\Support\\Includes\u003A\u003Amarkdown\u0028\u0029",
"name": "markdown",
Expand Down
8 changes: 4 additions & 4 deletions master/coverage/dashboard.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions master/coverage/framework/dashboard.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions master/coverage/framework/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">2681&nbsp;/&nbsp;2681</div></td>
<td class="success small"><div align="right">2685&nbsp;/&nbsp;2685</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">949&nbsp;/&nbsp;949</div></td>
<td class="success small"><div align="right">950&nbsp;/&nbsp;950</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
Expand All @@ -79,15 +79,15 @@
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">2681&nbsp;/&nbsp;2681</div></td>
<td class="success small"><div align="right">2685&nbsp;/&nbsp;2685</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
</div>
</div>
</td>
<td class="success small"><div align="right">100.00%</div></td>
<td class="success small"><div align="right">949&nbsp;/&nbsp;949</div></td>
<td class="success small"><div align="right">950&nbsp;/&nbsp;950</div></td>
<td class="success big"> <div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%">
<span class="sr-only">100.00% covered (success)</span>
Expand All @@ -111,7 +111,7 @@ <h4>Legend</h4>
<span class="success"><strong>High</strong>: 90% to 100%</span>
</p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
</footer>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<h4>Legend</h4>
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<h4>Legend</h4>
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
<h4>Legend</h4>
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<h4>Legend</h4>
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
<h4>Legend</h4>
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<h4>Legend</h4>
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
<h4>Legend</h4>
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
<p>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 15:20:42 UTC 2024.</small>
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 10.1.7</a> using <a href="https://www.php.net/" target="_top">PHP 8.1.27</a> and <a href="https://phpunit.de/">PHPUnit 10.4.2</a> at Mon Feb 12 17:52:07 UTC 2024.</small>
</p>
<a title="Back to the top" id="toplink" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
Expand Down
Loading

0 comments on commit 04061e8

Please sign in to comment.