Skip to content

Commit

Permalink
chore: update package meta data
Browse files Browse the repository at this point in the history
PR-URL: #2807
Co-authored-by: Athan Reines <[email protected]>
Reviewed-by: Athan Reines <[email protected]> 
Signed-off-by: stdlib-bot <[email protected]>
  • Loading branch information
stdlib-bot and kgryte authored Aug 18, 2024
1 parent 527931b commit 09853ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
Expand Down

1 comment on commit 09853ce

@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/special/besselj0 $\color{red}491/501$
$\color{green}+98.00\%$
$\color{red}40/46$
$\color{green}+86.96\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{red}491/501$
$\color{green}+98.00\%$
math/base/special/besselj1 $\color{red}499/507$
$\color{green}+98.42\%$
$\color{red}42/48$
$\color{green}+87.50\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{red}499/507$
$\color{green}+98.42\%$
math/base/special/bessely0 $\color{red}586/599$
$\color{green}+97.83\%$
$\color{red}45/54$
$\color{green}+83.33\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{red}586/599$
$\color{green}+97.83\%$
math/base/special/gamma-delta-ratio $\color{red}339/341$
$\color{green}+99.41\%$
$\color{red}32/33$
$\color{green}+96.97\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{red}339/341$
$\color{green}+99.41\%$

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

Please sign in to comment.