Skip to content

Commit

Permalink
chore: update package meta data
Browse files Browse the repository at this point in the history
PR-URL: #3303

Co-authored-by: Athan Reines <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: stdlib-bot <[email protected]>
  • Loading branch information
stdlib-bot and kgryte authored Dec 1, 2024
1 parent c83f108 commit d24969e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/array/base/broadcasted-ternary3d",
"name": "@stdlib/array/base/broadcasted-ternary3d",
"version": "0.0.0",
"description": "Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stdlib/array/base/broadcasted-ternary4d",
"name": "@stdlib/array/base/broadcasted-ternary4d",
"version": "0.0.0",
"description": "Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
}
],
"main": "./lib",
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"scripts": "./scripts",
"src": "./src",
"test": "./test"
},
"types": "./docs/types",
Expand Down

1 comment on commit d24969e

@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
array/base/broadcasted-ternary3d $\color{green}223/223$
$\color{green}+100.00\%$
$\color{green}8/8$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}223/223$
$\color{green}+100.00\%$
array/base/broadcasted-ternary4d $\color{green}252/252$
$\color{green}+100.00\%$
$\color{green}12/12$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}252/252$
$\color{green}+100.00\%$
math/base/special/riemann-zeta $\color{red}888/914$
$\color{green}+97.16\%$
$\color{red}68/82$
$\color{green}+82.93\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{red}888/914$
$\color{green}+97.16\%$

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

Please sign in to comment.