We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e80ec commit e4bcb97Copy full SHA for e4bcb97
Makefile
@@ -205,7 +205,7 @@ coverage-build: all
205
if [ ! -d node_modules/nyc ]; then \
206
$(NODE) ./deps/npm install nyc@13 --no-save --no-package-lock; fi
207
if [ ! -d gcovr ]; then git clone -b 3.4 --depth=1 \
208
- --single-branch git://github.com/gcovr/gcovr.git; fi
+ --single-branch https://github.com/gcovr/gcovr.git; fi
209
if [ ! -d build ]; then git clone --depth=1 \
210
--single-branch https://github.com/nodejs/build.git; fi
211
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
0 commit comments