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

fs: make mutating options in readdir() not affect results #56057

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LiviaMedeiros
Copy link
Contributor

@LiviaMedeiros LiviaMedeiros commented Nov 28, 2024

The callback version is implemented in sync way (see #56006), so its test should pass without adjustments.

@nodejs-github-bot nodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.97%. Comparing base (1919560) to head (5dcdd50).
Report is 48 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #56057      +/-   ##
==========================================
- Coverage   88.00%   87.97%   -0.03%     
==========================================
  Files         653      656       +3     
  Lines      187872   188395     +523     
  Branches    35888    35972      +84     
==========================================
+ Hits       165328   165737     +409     
- Misses      15720    15840     +120     
+ Partials     6824     6818       -6     
Files with missing lines Coverage Δ
lib/internal/fs/promises.js 97.56% <100.00%> (+<0.01%) ⬆️

... and 52 files with indirect coverage changes

@LiviaMedeiros LiviaMedeiros added the blocked PRs that are blocked by other issues or PRs. label Nov 29, 2024
@LiviaMedeiros
Copy link
Contributor Author

To be safe, Callback API test blocked until #56041 lands (the test can be moved to that PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked PRs that are blocked by other issues or PRs. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants