Skip to content

Commit

Permalink
Merge pull request #213 from vmarkovtsev/master
Browse files Browse the repository at this point in the history
Measure the number of lines for each file in --couples
  • Loading branch information
vmarkovtsev authored Feb 25, 2019
2 parents 9d0c627 + e77579a commit b15a7f7
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 132 deletions.
172 changes: 91 additions & 81 deletions internal/pb/pb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions internal/pb/pb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ message CouplesAnalysisResults {
Couples people_couples = 7;
// order corresponds to `people_couples::index`
repeated TouchedFiles people_files = 8;
// order corresponds to `files_couples::index`
repeated int32 files_lines = 9;
}

message UASTChange {
Expand Down
Loading

0 comments on commit b15a7f7

Please sign in to comment.