Adjust options for lcov/genhtml to unmangled symbols and HTML frames
This commit is contained in:
parent
4b9241f643
commit
7295bd866a
|
@ -7,7 +7,7 @@ test/cfg/runtests.sh
|
|||
gcov lib/*.cpp -o lib/
|
||||
lcov --directory ./ --capture --output-file lcov_tmp.info -b ./
|
||||
lcov --extract lcov_tmp.info "$(pwd)/*" --output-file lcov.info
|
||||
genhtml lcov.info -o coverage_report
|
||||
genhtml lcov.info -o coverage_report --frame --legend --demangle-cpp
|
||||
rm cli/*.gcda
|
||||
rm cli/*.gcno
|
||||
rm lib/*.gcda
|
||||
|
|
Loading…
Reference in New Issue