pjmc-oliveira / HubListener

Open source analysis tool to provide users with relevant metrics regarding their GitHub projects:
https://pjmc-oliveira.github.io/HubListener/
GNU General Public License v3.0
2 stars 1 forks source link

Rethink inclusion of GitHub meta analysis #118

Open pjmc-oliveira opened 5 years ago

pjmc-oliveira commented 5 years ago

currently a meta analysis is done using the GitHub API and inserted into every file extension of each commit causing a lot of duplication. Possibly only include in "target" extensions (a.k.a. javascript and python), this would have the downside of not including it in commits without either extension (unless explicitly added). Alternatively add a "meta" (or similar) "file extension" to house the metrics, the downside of this is that it wouldn't allow for it to be compared with any commit. Investigate other solutions.