| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This is looking good to me, it would be good to run your new tests with coverage.
I will add a section to the docs on how to do so.
Sorry, something went wrong.
|
|
||
| tmpdir.refresh(); | ||
|
|
||
|
|
There was a problem hiding this comment.
nit: we usually try to avoid unrelated whitespace changes.
Sorry, something went wrong.
There was a problem hiding this comment.
Good to know. I'm pretty sure I accidentally added this extra whitespace in my previous PR so I was just cleaning it up.
Sorry, something went wrong.
Sorry, something went wrong.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #35683 +/- ##
=======================================
Coverage 96.40% 96.40%
=======================================
Files 220 220
Lines 73681 73675 -6
=======================================
- Hits 71031 71028 -3
+ Misses 2650 2647 -3
Continue to review full report at Codecov.
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #35683 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #35683 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
| Back | FazBrowse Home | New Git URL |
The recently added code coverage in #35653 highlighted an uncovered case of the rmdir recursive deprecation warning. This PR adds two new tests to ensure we cover all the places where the deprecation warning can be shown in both the sync and async versions.
cc @bcoe @nodejs/tooling
Checklist