Skip to content

Commit

Permalink
Adjust options for lcov/genhtml to unmangled symbols and HTML frames
Browse files Browse the repository at this point in the history
  • Loading branch information
amai2012 committed Feb 2, 2016
1 parent 4b9241f commit 7295bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_coverage_report
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7295bd8

Please sign in to comment.