tools/rtf/core/coverage/README.md
The code coverage of Lynx C++ is statistically measured through compiler instrumentation based on LLVM , and corresponding tools are used to generate the coverage reports.
cd repo_root_dir
tools/rtf/rtf native-ut run --names lynx
out/coverage/htmlout/coverage/jsonout/coverage/lcovAndroid unit tests use the JaCoCo plugin to perform runtime coverage data statistics, and use the corresponding JaCoCo CLI tool to generate coverage reports.
cd repo_root_dir
tools/rtf/rtf android-ut run --name lynx
out/coverage/xmlout/coverage/html