summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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
}