-
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
474 optimize get r package usage #507
Conversation
… names to function, change name of the main parameter to `packages` and make the output more concise. The consequence of second feature was introduction of new parameter `output` instead of `raw_output` in private methods handling repositories responses.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #507 +/- ##
==========================================
+ Coverage 70.93% 73.63% +2.69%
==========================================
Files 17 17
Lines 3069 3140 +71
==========================================
+ Hits 2177 2312 +135
+ Misses 892 828 -64 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Closes #474
Closes #494
Closes #395