简体   繁体   中英

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?

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.

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

Details: Git Rest Api for Azure DevOps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM