李昂 f86ddc3d12 !32 support gcov and lcov
* install lcov in docker
* add lcov.sh support gcov
2022-06-21 06:19:07 +00:00

4 lines
182 B
Bash

lcov --capture --directory build/package/pikascript/CMakeFiles/pikascript-core.dir/pikascript-core --output-file testHtml.info --test-name testHtml
genhtml -o result testHtml.info