To generate code coverage for the project, run the following command from the project root:
tools/coverage.shThis will generate an HTML report in the coverage-report directory. To view the report, open coverage-report/index.html in a web browser.