Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: #1941

Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
stdlib-bot authored Mar 18, 2024
1 parent 597c120 commit 2c3c709
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ int main( void ) {

<!-- /.c -->


<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

<section class="related">
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/string/to-well-formed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ result = str2wellformed( '-5' );

<!-- <related-links> -->


<!-- </related-links> -->

</section>
Expand Down

1 comment on commit 2c3c709

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
math/base/assert/is-composite $\color{green}145/145$
$\color{green}+100.00\%$
$\color{green}8/8$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}145/145$
$\color{green}+100.00\%$
string/to-well-formed $\color{red}71/75$
$\color{green}+94.67\%$
$\color{red}9/11$
$\color{green}+81.82\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{red}71/75$
$\color{green}+94.67\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.