Code Coverage Report on Sub Directory of Project

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
wblackshear
Posts: 4
Joined: Fri 05 May 2017 16:42

Code Coverage Report on Sub Directory of Project

Post by wblackshear » Fri 05 May 2017 16:51

Hi. We are working with the trial and need to know how to do something. We need to be able to run a code coverage report on a specific branch at a time. We only see how to get a report on the root project. Our TFS source control repo is setup like this
  • Development (TFS Project)
    • Trunk
      Releases
      Branches
      • Feature1
        • UAT
          DEV
        Feature2
        • UAT
          DEV
        Feature3
        • UAT
          DEV
We need to do code reviews in DEV and then check that all change sets have an accepted code review before the manager merges the changes to UAT for testing then to trunk for release.

We will have multiple branches with code in different stages of development. The current report shows all paths and it is confusing when looking specifically at a specific branch.

Is this possible, and if so, how do we do it?

Thanks,
-Wayne

SvetlanaL
Posts: 39
Joined: Mon 06 Feb 2017 09:00

Re: Code Coverage Report on Sub Directory of Project

Post by SvetlanaL » Mon 08 May 2017 14:06

Hi, Wayne

In your case, the best way will be to configure a separate repository in the project for each branch.
Please contact us if you have any additional question.

Post Reply