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/all: Don't require SetIOFSCallback be called to use io/fs.FS functions #3479

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

vangent
Copy link
Contributor

@vangent vangent commented Aug 21, 2024

Fixes #3474.

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.16%. Comparing base (d2adbc5) to head (777d6c7).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3479   +/-   ##
=======================================
  Coverage   73.16%   73.16%           
=======================================
  Files         113      113           
  Lines       14990    14984    -6     
=======================================
- Hits        10967    10963    -4     
+ Misses       3259     3258    -1     
+ Partials      764      763    -1     

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

@vangent vangent merged commit bb796f8 into google:master Aug 21, 2024
6 checks passed
@vangent vangent deleted the fs branch August 21, 2024 17:36
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: Replace Bucket.SetIOFSCallback
1 participant