-
Notifications
You must be signed in to change notification settings - Fork 31.3k
docs: update options in filehandle.appendFile() #56972
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
Access has been restricted
You have triggered a rate limit.
Please wait a few minutes before you try again;
in some cases this may take up to an hour.
Conversation
Please replace |
d40ef79
to
47fb2d6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56972 +/- ##
==========================================
+ Coverage 89.13% 90.34% +1.21%
==========================================
Files 665 629 -36
Lines 193165 184403 -8762
Branches 37191 36036 -1155
==========================================
- Hits 172181 166603 -5578
+ Misses 13729 10918 -2811
+ Partials 7255 6882 -373 |
Can you please rebase and foce push to keep only two commits? Thank you. |
78c5b07
to
42595e2
Compare
42595e2
to
c8fa484
Compare
c8fa484
to
20fdc99
Compare
Landed in 8f4d306...22ac597 |
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #56972 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
I updated the documentation for the
filehandle.appendFile()
options.And I also added related tests.