Skip to content
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

perf: All fs is done async #540

Merged
merged 10 commits into from
Mar 29, 2019
Merged

perf: All fs is done async #540

merged 10 commits into from
Mar 29, 2019

Conversation

JohnstonCode
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Mar 29, 2019

Codecov Report

Merging #540 into master will increase coverage by 0.4%.
The diff coverage is 75.32%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #540     +/-   ##
=========================================
+ Coverage   57.36%   57.77%   +0.4%     
=========================================
  Files         102      109      +7     
  Lines        4055     4073     +18     
  Branches      581      580      -1     
=========================================
+ Hits         2326     2353     +27     
+ Misses       1516     1507      -9     
  Partials      213      213
Impacted Files Coverage Δ
src/fs/readdir.ts 100% <100%> (+57.14%) ⬆️
src/fs/lstat.ts 100% <100%> (ø)
src/fs/unlink.ts 100% <100%> (ø)
src/fs/index.ts 100% <100%> (ø)
src/fs/stat.ts 100% <100%> (+57.14%) ⬆️
src/fs/rmdir.ts 100% <100%> (ø)
src/fs/read_file.ts 100% <100%> (ø)
src/fs/mkdir.ts 100% <100%> (ø)
src/fs/write_file.ts 100% <100%> (ø)
src/commands/openHeadFile.ts 62.96% <100%> (ø) ⬆️
... and 18 more

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 778dcb5...a5bf8b1. Read the comment docs.

@JohnstonCode JohnstonCode merged commit b26602f into master Mar 29, 2019
@JohnstonCode JohnstonCode deleted the remove-sync-fs branch March 29, 2019 12:55
JohnstonCode added a commit that referenced this pull request Mar 29, 2019
## [1.47.12](v1.47.11...v1.47.12) (2019-03-29)

### Performance Improvements

* All fs is done async ([#540](#540)) ([b26602f](b26602f))
@JohnstonCode
Copy link
Owner Author

🎉 This PR is included in version 1.47.12 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants