-
Notifications
You must be signed in to change notification settings - Fork 1
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
276 create summary stats #300
Conversation
…ts` functions now prepare output of a `*_stats` classes which are handled by S3 methods of `gitstats_plots` generic. `Last_activity` column is now formatted accordingly on the stats level.
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## devel #300 +/- ##
==========================================
+ Coverage 75.40% 81.00% +5.60%
==========================================
Files 12 15 +3
Lines 992 1553 +561
==========================================
+ Hits 748 1258 +510
- Misses 244 295 +51
☔ View full report in Codecov by Sentry. |
Looks good, went through workflow without problems :) |
Create
get_*_stats
functions as a bridge betweenpull_*
and plots.Plots have been refactored to be a generic
gitstats_plot
which takes as an input table classesrepos_stats
orcommits_stats
.All comments and opinions are welcome.
New example workflow is in the vignette.