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 @@ -163,10 +163,10 @@ coverage-build: all
163
163
if [ ! -d gcovr ]; then git clone --depth=1 \
164
164
--single-branch git://github.com/gcovr/gcovr.git; fi
165
165
if [ ! -d testing ]; then git clone --depth=1 \
166
- --single-branch https://github.com/nodejs/testing .git; fi
166
+ --single-branch https://github.com/nodejs/build .git; fi
167
167
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
168
168
(cd gcovr && patch -N -p1 < \
169
- " $( CURDIR) /testing /coverage/gcovr-patches.diff" ); fi
169
+ " $( CURDIR) /build/jenkins/scripts /coverage/gcovr-patches.diff" ); fi
170
170
if [ -d lib_ ]; then $( RM) -r lib; mv lib_ lib; fi
171
171
mv lib lib_
172
172
$(NODE ) ./node_modules/.bin/nyc instrument --extension .js --extension .mjs lib_/ lib/
You can’t perform that action at this time.
0 commit comments