Group certain paths under scanned project as app for manager review

Hello Team,
we have enterprise license and we have a projectA that scans /src/services/* and reports its coverage too. works well. what we want is granular categorizatin based on code paths.

With the existing project that is scanned. Is it possible to cherry pick certain paths and create an APP say AppTeam such that this AppTeam is for manager who can view code coverage for all his team?

Certain paths are like
Project has /src/services/* but I want to create an APP that is only /src/services/A and /src/ervices/B and show them under APP such that manager can only look at this app to see what is his teams coverage.

Can you shed light how we can achieve this?

Regards,

Hi,

You would need to analyze the files, not as one project but as many projects and control who can see what with project permissions.

 
HTH,
Ann

so are you saying I have to call out specific paths in scan and then post them under separate projects?

like

  • projectA: serviceA/patha1,a2,a3
  • projectA: serviceB/pathb1,b2,b3

we have

  • Enterprise Edition
  • Version 9.2.4 (build 50792)

with this version, can’t we scan the entire repo and then pick folders and create a single dashboard that shows coverages of each folder separately?

writing script for each of the services which are 100 in our case is too cumbersome. don’t you guys have a feature that we will push the scan and coverage for entire repo under one project. then you allow us on sq server gui an option to pick folders and make a dashboard for each service team.

Hi,

If you want “dashboards”, you’ll need to scan each service as a separate project. That said, the Code tab offers the ability to both see metrics for a directory and drill down. Here’s an example from our internal, dogfooding instance.

Nope. What we offer in Enterprise edition is the ability to combine multiple projects into a Porfolio.

 
HTH,
Ann