Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instead of summing LOC changed per file for author, average % LOC changed per file #42

Closed
imsky opened this issue Sep 29, 2017 · 0 comments
Labels

Comments

@imsky
Copy link
Owner

imsky commented Sep 29, 2017

this prevents long files from dominating a pull request's blame metrics, e.g.

File Alice Bob
1000_loc.txt 400 505
100_loc.txt 100 0
10_loc.txt 5 0
Total LOC 505 505
Avg % LOC 63% 17%

here Bob equal to Alice on LOC changed, even though Alice has much higher average ownership

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant