matheus jacob
matheus jacob

Reputation: 21

Count lines of code for each user on Visual Studio Team Services

Is there any way to find out how many lines of code each user from Visual Studio Team Services has written? Just like GITHUB does? (example : 60 commits / 61,834 ++ / 3,943 -- )

If this can't be done on Visual Studio Team Services, is there any way to do it on Visual Studio/TFS Power Tools or any other tools?

Upvotes: 2

Views: 4070

Answers (2)

Darío León
Darío León

Reputation: 700

Azure DevOps y TFS 2018 U2 offers a rest api for GIT and others aspects.

Details: Git Rest Api for Azure DevOps

Upvotes: 0

Visual Studio Team Services does not yet have that capability. If you are using TFS, you get access to that info through an Analysis Services Cube that is part of the reporting integration.

On Team Services, you should be able to connect your own instance of Sonar Cube to get that information. You would have to run your own Sonar server which you can probably do in Azure.

Upvotes: 0

Related Questions