Mod note: We now have test coverage metrics for Templates and Choices as of 1.11.0 RC and this feature may get further improvement in future releases
I haven’t seen it explicitly mentioned yet, so I figured I’d ask.
Whats the view on creating some sort of reporting or coverage metrics from DAML Scripts/Scenarios for DAML code? Is there a tool that provides this today? Is this on the roadmap of the SDK?
Hi @akhan, at the moment there is no tooling for reporting test coverage metrics. It is a very reasonable feature request but for now it is not on our roadmap so I cannot give you a timeline.
As far as I can tell, there is no coverage report showing each individual statement/line of code that has been executed. Would be good to have a nice HTML file I can view in the browser displaying the DAML code and with highlighting to show which parts are executed or not. Is there any plan to add this feature?