Skip to content

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

Merged
merged 5 commits into from
Jan 21, 2020

Conversation

ericsnowcurrently
Copy link

(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.

@ericsnowcurrently ericsnowcurrently added the no-changelog No news entry required label Jan 8, 2020
@codecov-io
Copy link

codecov-io commented Jan 8, 2020

Codecov Report

Merging #9455 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/client/common/platform/types.ts 100% <ø> (ø) ⬆️
src/client/common/platform/fileSystem.ts 26.75% <100%> (-0.13%) ⬇️
src/client/common/platform/fs-temp.ts 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fef6489...6d1bfeb. Read the comment docs.

@ericsnowcurrently ericsnowcurrently changed the title Factor out the tempfile-releated code. Factor out the tempfile-related code. Jan 8, 2020
@ericsnowcurrently ericsnowcurrently requested review from karrtikr and removed request for karthiknadig and kimadeline January 15, 2020 17:39
@karrtikr
Copy link

Please also manually run CI :)

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ericsnowcurrently
Copy link
Author

The failures appear to be unrelated to this PR (random timeouts).

@ericsnowcurrently ericsnowcurrently merged commit c370167 into microsoft:master Jan 21, 2020
@ericsnowcurrently ericsnowcurrently deleted the fs-temp branch January 21, 2020 19:45
@lock lock bot locked as resolved and limited conversation to collaborators Jan 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants