aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_node.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/run_node.sh')
-rwxr-xr-xtools/run_tests/run_node.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/run_node.sh b/tools/run_tests/run_node.sh
index 780969089d..0a11e87c37 100755
--- a/tools/run_tests/run_node.sh
+++ b/tools/run_tests/run_node.sh
@@ -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