We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c050279 commit 2250631Copy full SHA for 2250631
Makefile
@@ -175,7 +175,8 @@ coverage-build: all
175
"$(CURDIR)/build/jenkins/scripts/coverage/gcovr-patches-3.4.diff"); fi
176
if [ -d lib_ ]; then $(RM) -r lib; mv lib_ lib; fi
177
mv lib lib_
178
- $(NODE) ./node_modules/.bin/nyc instrument --extension .js --extension .mjs lib_/ lib/
+ NODE_DEBUG=nyc $(NODE) ./node_modules/.bin/nyc instrument --extension .js \
179
+ --extension .mjs --exit-on-error lib_/ lib/
180
$(MAKE)
181
182
.PHONY: coverage-test
0 commit comments