Solana Code Coverage Tool
Info
This is a beta version of the Solana Toolkit, and is still a WIP. Please post all feedback as a GitHub issue here.
mucho coverage
Overview #
This command will run a code coverage test on all of your Rust tests and then generates a report as an HTML page providing metrics on where additional tests may be needed to improve your current code coverage.
Info
Currently, this tool only works on tests written in Rust and is not compatible with a JavaScript test suite.