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

feat(fs/unstable): add chmod and chmodSync #6343

Merged
merged 8 commits into from
Jan 17, 2025

test: update tests to run on node and deno

f429fff
Select commit
Loading
Failed to load commit list.
Merged

feat(fs/unstable): add chmod and chmodSync #6343

test: update tests to run on node and deno
f429fff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

96.37% (-0.04%) compared to b1b557e

View this Pull Request on Codecov

96.37% (-0.04%) compared to b1b557e

Details

Codecov Report

Attention: Patch coverage is 51.72414% with 14 lines in your changes missing coverage. Please review.

Project coverage is 96.37%. Comparing base (b1b557e) to head (f429fff).

Files with missing lines Patch % Lines
fs/unstable_chmod.ts 51.72% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6343      +/-   ##
==========================================
- Coverage   96.40%   96.37%   -0.04%     
==========================================
  Files         549      550       +1     
  Lines       41851    41880      +29     
  Branches     6348     6351       +3     
==========================================
+ Hits        40348    40362      +14     
- Misses       1463     1478      +15     
  Partials       40       40              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.