File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,10 @@ coverage-build: all
171
171
if [ ! -d gcovr ]; then git clone --depth=1 \
172
172
--single-branch git://github.com/gcovr/gcovr.git; fi
173
173
if [ ! -d testing ]; then git clone --depth=1 \
174
- --single-branch https://github.com/nodejs/testing .git; fi
174
+ --single-branch https://github.com/nodejs/build .git; fi
175
175
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
176
176
(cd gcovr && patch -N -p1 < \
177
- " $( CURDIR) /testing /coverage/gcovr-patches.diff" ); fi
177
+ " $( CURDIR) /build/jenkins/scripts /coverage/gcovr-patches.diff" ); fi
178
178
if [ -d lib_ ]; then $( RM) -r lib; mv lib_ lib; fi
179
179
mv lib lib_
180
180
$(NODE ) ./node_modules/.bin/nyc instrument --extension .js --extension .mjs lib_/ lib/
You can’t perform that action at this time.
0 commit comments