From 3cc953b122d98f0831659b8f39050f8247c340e1 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 4 Nov 2017 16:41:03 +0000 Subject: Step indentation level in coverage report --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f15879d..57abcf9 100644 --- a/bashrc +++ b/bashrc @@ -46,7 +46,7 @@ cov() { lcov --remove $all "*/bin/*" -o $key -q echo "Generating HTML" mkdir -p $html - genhtml $key -o $html -s -k -t $src --demangle-cpp --sort --function-coverage -q + genhtml $key -o $html -s -k -t $src --demangle-cpp --sort --function-coverage -q --num-spaces=2 rm -rf $cov [ "${2}" != "0" ] && xdg-open file://$src/bin/cov/html/index.html } -- cgit v1.2.3