enhancementhelp wanted
Repository metrics
- Stars
- (27 stars)
- PR merge metrics
- (PR metrics pending)
Description
For each metric, let's make steps/aggregate.sh create data/summary/{metric}.csv files, which will have the following structure (for example, data/summary/LOC.csv):
repository,count,sum,average,mean,min,max
yegor256/cam,28,500,45.3,48.2,1,90
yegor256/cactoos,...
yegor256/takes,...
Here:
28is the number of.mfiles generated for the repository500is the summary of all LOC metric values for all files in the yegor256/cam repo45.3is the arithmetic average48.2is the mean1is the smallest value of LOC in the repo90is the largest value of LOC in the repo
Maybe we can create a new additional step for this sumarization (like steps/summarize.sh)