Skip to content
Snippets Groups Projects
Commit cdb5f435 authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #3763 from nicolasnoble/node-coverage-report-fix

Adding basic redirect for the node coverage report html.
parents 4c351aaf 0ca8c06b
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ then
lcov --base-directory . --directory . -c -o coverage.info
genhtml -o ../reports/node_ext_coverage --num-spaces 2 \
-t 'Node gRPC test coverage' coverage.info
echo '<html><head><meta http-equiv="refresh" content="0;URL=lcov-report/index.html"></head></html>' > \
../reports/node_coverage/index.html
else
./node_modules/mocha/bin/mocha --timeout 8000 src/node/test
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment