mirror of
https://github.com/lukaszraczylo/git-velocity.git
synced 2026-07-10 06:51:50 +00:00
Add additional sections.
This commit is contained in:
@@ -27,6 +27,10 @@ type ContributorMetrics struct {
|
||||
MeaningfulLinesAdded int `json:"meaningful_lines_added"`
|
||||
MeaningfulLinesDeleted int `json:"meaningful_lines_deleted"`
|
||||
|
||||
// Comment and documentation line counts
|
||||
CommentLinesAdded int `json:"comment_lines_added"`
|
||||
CommentLinesDeleted int `json:"comment_lines_deleted"`
|
||||
|
||||
// PR metrics
|
||||
PRsOpened int `json:"prs_opened"`
|
||||
PRsMerged int `json:"prs_merged"`
|
||||
|
||||
Reference in New Issue
Block a user