-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Factor out the tempfile-related code. #9455
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 the tempfile-related code. #9455
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9455 +/- ##
==========================================
+ Coverage 60.64% 60.66% +0.02%
==========================================
Files 547 548 +1
Lines 29541 29551 +10
Branches 4467 4467
==========================================
+ Hits 17914 17926 +12
+ Misses 10629 10628 -1
+ Partials 998 997 -1
Continue to review full report at Codecov.
|
Please also manually run CI :) |
60682cd
to
6d1bfeb
Compare
Kudos, SonarCloud Quality Gate passed!
|
The failures appear to be unrelated to this PR (random timeouts). |
(for #8995)
This separates the tempfile stuff from the broader "fs utils". This helps keep the code focused. It's part of what we reverted in #8970.