Skip to content

Commit 0d2a720

Browse files
mhdawsonrvagg
authored andcommitted
src: update make for new code coverage locations
The files for code coverage are moving to the build repository. Update the references to reflect this. PR-URL: #17987 Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 68d33c6 commit 0d2a720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)