-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Factor out FileSystemUtils #9808
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
Factor out FileSystemUtils #9808
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9808 +/- ##
==========================================
+ Coverage 60.87% 61.02% +0.15%
==========================================
Files 556 556
Lines 30043 30074 +31
Branches 4555 4556 +1
==========================================
+ Hits 18290 18354 +64
+ Misses 10726 10694 -32
+ Partials 1027 1026 -1
Continue to review full report at Codecov.
|
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.
ef12e0a
to
cf3abba
Compare
Kudos, SonarCloud Quality Gate passed!
|
(for #8995)
This is one of the last parts to be un-reverted for the FS changes.
Note that most of the PR is tests. The changes in fileSystem.ts are mostly just moving code around.