Skip to content

Commit bb9219b

Browse files
mhdawsonMylesBorins
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 7bf6be0 commit bb9219b

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
@@ -171,10 +171,10 @@ coverage-build: all
171171
if [ ! -d gcovr ]; then git clone --depth=1 \
172172
--single-branch git://github.com/gcovr/gcovr.git; fi
173173
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
175175
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
176176
(cd gcovr && patch -N -p1 < \
177-
"$(CURDIR)/testing/coverage/gcovr-patches.diff"); fi
177+
"$(CURDIR)/build/jenkins/scripts/coverage/gcovr-patches.diff"); fi
178178
if [ -d lib_ ]; then $(RM) -r lib; mv lib_ lib; fi
179179
mv lib lib_
180180
$(NODE) ./node_modules/.bin/nyc instrument --extension .js --extension .mjs lib_/ lib/

0 commit comments

Comments
 (0)