We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf5679 commit 7cefc80Copy full SHA for 7cefc80
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