NeurodataWithoutBorders / nwb-project-analytics

Repository for collecting analytics and scripts related to the NWB project.
Other
1 stars 1 forks source link

Make update of code stats incremental #9

Open oruebel opened 1 year ago

oruebel commented 1 year ago

Currently, updating the code stats requires deleting and recomputing all results (e.g. CLOC), which takes a lot of time and also requires a large number of API calls for GitHub and Codecov. To avoid this and make it easier for us to deploy the site updates should be incremental, i.e., only computing results starting from the last date/commit that has been cached.