We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4230667 commit 0b78b3fCopy full SHA for 0b78b3f
1 file changed
.github/workflows/scripts/run_tests_coverage
@@ -160,6 +160,10 @@ main() {
160
# For each package, extract coverage values from the respective coverage report:
161
pkg=`echo $package | sed -E 's/^.*stdlib\///'`
162
163
+ if [ -f "lib/node_modules/@stdlib/${pkg}/binding.gyp" ]; then
164
+ NODE_ADDONS_PATTERN="${pkg}" make install-node-addons
165
+ fi
166
+
167
make test-javascript-cov TESTS_FILTER=".*/${pkg}/test/.*"
168
169
if [ ! -f reports/coverage/lcov-report/${pkg}/lib/index.html ]; then
0 commit comments