To follow this guide, make sure Melos is configured within the repository. Melos is installed in:
- buildwiththeta/buildwiththeta
bash
melos run test- Install lcov:
bash
brew install lcov- Run tests and generate report
bash
melos run cov- Open
coverage/index.htmlin browser to view the report.
You can run melos run open_cov on macOS to open the report in browser.