Skip to content

Commit 1fb500c

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents ec92052 + 0b78b3f commit 1fb500c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scripts/run_tests_coverage

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ main() {
160160
# For each package, extract coverage values from the respective coverage report:
161161
pkg=`echo $package | sed -E 's/^.*stdlib\///'`
162162

163+
if [ -f "lib/node_modules/@stdlib/${pkg}/binding.gyp" ]; then
164+
NODE_ADDONS_PATTERN="${pkg}" make install-node-addons
165+
fi
166+
163167
make test-javascript-cov TESTS_FILTER=".*/${pkg}/test/.*"
164168

165169
if [ ! -f reports/coverage/lcov-report/${pkg}/lib/index.html ]; then

0 commit comments

Comments
 (0)