Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Ignore large commits for certain metrics #102

Open
wschella opened this issue Aug 17, 2017 · 3 comments
Open

Ignore large commits for certain metrics #102

wschella opened this issue Aug 17, 2017 · 3 comments

Comments

@wschella
Copy link
Member

Above certain thresholds in commit size, the lines committed should not count towards "total additions" and "total deletions" as it renders a sensible interpretation of the metric void. So these should not count, or these metrics should not be displayed at all.

@iasoon
Copy link
Member

iasoon commented Aug 19, 2017

Determining this threshold is nontrivial and case-dependent (i.e. changes in data files are usually much larger than code changes). #additions is just a stupid metric, as is #commits, or #anything really. We display these because we haven't got anything better. This is why G2 is something that should happen.

@wschella
Copy link
Member Author

pinging @timodw ^^^^^^

@timodw
Copy link

timodw commented Aug 21, 2017

I follow @iasoon, will look further into this in september together with him.

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

No branches or pull requests

3 participants