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

blob/fileblob: Allow customization of the FileMode #3426

Merged
merged 1 commit into from Apr 26, 2024
Merged

Conversation

vangent
Copy link
Contributor

@vangent vangent commented Apr 26, 2024

Fixes #3423

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 73.15%. Comparing base (be1b4ae) to head (bb53595).
Report is 1 commits behind head on master.

Files Patch % Lines
blob/fileblob/fileblob.go 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3426      +/-   ##
==========================================
+ Coverage   73.12%   73.15%   +0.02%     
==========================================
  Files         113      113              
  Lines       14864    14872       +8     
==========================================
+ Hits        10870    10880      +10     
+ Misses       3219     3218       -1     
+ Partials      775      774       -1     

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

@vangent vangent merged commit 9bc1c72 into google:master Apr 26, 2024
5 checks passed
@vangent vangent deleted the fm branch April 26, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

blob/fileblob: Make it possible to set the permissions used in CreateDir
1 participant