Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 282 Bytes

code_coverage.md

File metadata and controls

9 lines (6 loc) · 282 Bytes

Code Coverage

To generate code coverage for the project, run the following command from the project root:

tools/coverage.sh

This will generate an HTML report in the coverage-report directory. To view the report, open coverage-report/index.html in a web browser.