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
163163 if [ ! -d gcovr ]; then git clone --depth=1 \
164164 --single-branch git://github.com/gcovr/gcovr.git; fi
165165 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
167167 if [ ! -f gcovr/scripts/gcovr.orig ]; then \
168168 (cd gcovr && patch -N -p1 < \
169- " $( CURDIR) /testing /coverage/gcovr-patches.diff" ); fi
169+ " $( CURDIR) /build/jenkins/scripts /coverage/gcovr-patches.diff" ); fi
170170 if [ -d lib_ ]; then $( RM) -r lib; mv lib_ lib; fi
171171 mv lib lib_
172172 $(NODE ) ./node_modules/.bin/nyc instrument --extension .js --extension .mjs lib_/ lib/
You can’t perform that action at this time.
0 commit comments