Show coverage information at project folder level

Issue #2192 resolved
Attila Hajdrik created an issue

Currently coverage information is visible only on “Code” designated nodes. In my project I’ve the structure you can see on the image. 01-core, 02-common, 03-address-verification are folders in sfdxproject.json. Would it be possible to not just show coverage on main folders nested, but on the project folders as well?

Comments (5)

  1. Scott Wells repo owner

    Thanks for logging this. In the interim I’ve implemented it. There’s a new configuration option to designate the level at which coverage annotations are added:

    This is what it looks like for source roots (default):

    and this is what it looks like for the same project for content roots (what you’d likely want):

    This should be included in Thursday’s build as well.

  2. Log in to comment