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

fix(http): handle the case fileInfo.mode=0 correctly #5132

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jun 25, 2024

In file_server, currently when the fileInfo.mode is 0, it shows (unknown mode) for its mode, but it should be --- --- --- (no permission). This PR fixes it.

@github-actions github-actions bot added the http label Jun 25, 2024
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.73%. Comparing base (3204a70) to head (ccaf1a9).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5132   +/-   ##
=======================================
  Coverage   92.72%   92.73%           
=======================================
  Files         480      480           
  Lines       38350    38347    -3     
  Branches     5401     5400    -1     
=======================================
+ Hits        35560    35561    +1     
+ Misses       2734     2730    -4     
  Partials       56       56           

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

@kt3k kt3k merged commit fa59027 into denoland:main Jun 25, 2024
15 checks passed
@kt3k kt3k deleted the refactor-file-server branch June 25, 2024 06:16
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