Hi,
It appears that test coverage reports are currently a missing functionality from the mojo test
utility (as of nightly release 25.5.0.dev2025061805).
Is there a technical issue preventing this functionality from being implemented, or could we expect to see it added in the future?
I believe coverage reports are valuable for two main reasons. First, they demonstrate to potential users of a Mojo project that it has been somewhat tested. More importantly, they can help guide the test creation process by highlighting conditional branches that haven’t been covered in existing tests.
Best,
Thomas