diff options
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |