-
Notifications
You must be signed in to change notification settings - Fork 49
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
Remove arraySize
parameter from the get
method of the FTP Client API
#401
Conversation
Codecov Report
@@ Coverage Diff @@
## master #401 +/- ##
============================================
+ Coverage 81.91% 82.74% +0.82%
- Complexity 186 187 +1
============================================
Files 29 29
Lines 1106 1101 -5
Branches 166 165 -1
============================================
+ Hits 906 911 +5
+ Misses 144 134 -10
Partials 56 56
Continue to review full report at Codecov.
|
When making the by using |
As discussed offline and after some attempts to implement this change which caused some inconsistencies, I have reverted back the changes related to making the |
Co-authored-by: Bhashinee <[email protected]>
Purpose
arraySize
parameter from theget
method of the FTP Client API ballerina-library#1940rmdir
test casesChecklist