We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec92052 + 0b78b3f commit 1fb500cCopy full SHA for 1fb500c
.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