Daily Usage Issues

Console tool: Code Coverage output format

Started by jonas on 3,082 views

Hi'

I recently started trying out the NCrunch Console Tool and I am unable to find a way to output code coverage in another format. It seems only to be able to output a custom Ncrunch format.
Is it possible to change to another output format like lcov, opencover or json? That would be hugely useful.

/ Jonas
Hi Jonas,

Thanks for posting!

As described in this thread, there is a technical barrier in place that prevents NCrunch from exporting coverage into these formats. Right now NCrunch captures and stores coverage on a document-line basis rather than a type-method-line basis. This restricts our ability to export into certain formats. Resolving this will require some significant design changes that will take time and may impact performance. I don't see this happening soon though we will likely address it in future.

Post a reply

Log in to reply.