holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
195 stars 54 forks source link

Need to see lines of code reviewed and sent for review #42

Open sinuommen opened 5 years ago

sinuommen commented 5 years ago

In the HTML page, we want to see the lines of code modified also and the lines of code reviewed by each person. Please let me know how we can modify the code to achieve this.

chrisinmtown commented 4 years ago

For each change set that I review, Gerrit definitely tracks whether I have opened a file for review or not. What would you count as the number of lines reviewed? If I open a file, do I get credit for ALL the lines in the file, or just the lines shown as context around the changed lines, or just the changed lines?