We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d33c6 commit 0d2a720Copy full SHA for 0d2a720
Makefile
@@ -163,10 +163,10 @@ coverage-build: all
163
if [ ! -d gcovr ]; then git clone --depth=1 \
164
--single-branch git://github.com/gcovr/gcovr.git; fi
165
if [ ! -d testing ]; then git clone --depth=1 \
166
- --single-branch https://github.com/nodejs/testing.git; fi
+ --single-branch https://github.com/nodejs/build.git; fi
167
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
168
(cd gcovr && patch -N -p1 < \
169
- "$(CURDIR)/testing/coverage/gcovr-patches.diff"); fi
+ "$(CURDIR)/build/jenkins/scripts/coverage/gcovr-patches.diff"); fi
170
if [ -d lib_ ]; then $(RM) -r lib; mv lib_ lib; fi
171
mv lib lib_
172
$(NODE) ./node_modules/.bin/nyc instrument --extension .js --extension .mjs lib_/ lib/
0 commit comments