Per User Coverage Metrics
Answered
My team would like to establish code coverage goals for the year. We can establish a team goal but my supervisor would like to establish individual goals and hold individuals responsible for their contribution (or lack thereof).
Is there a way that we can get a report of code coverage by unit test author? We are currently using TFS as source control but will be migrating to Git within the next few weeks.
Please sign in to leave a comment.
Hello, Michael!
Such scenario is not supported out of the box. But if you know the test names for each of the authors - you can cover those tests separately and get coverage reports for each author.