Skip to content

feat(fsutils): new utilities on top of io/fs.FS - #237

Merged
fredbi merged 1 commit into
go-openapi:masterfrom
fredbi:feat/add-fs-utils
Aug 19, 2026
Merged

feat(fsutils): new utilities on top of io/fs.FS#237
fredbi merged 1 commit into
go-openapi:masterfrom
fredbi:feat/add-fs-utils

Conversation

@fredbi

@fredbi fredbi commented Aug 19, 2026

Copy link
Copy Markdown
Member

Adds OverlayFS, OpaqueFS, OsFS, GlobOsFS, MapFS (very much testing/fstest but not implying a test usage).

Change type

Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update

Short description

Fixes

Full description

Checklist

  • I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
  • I have rebased and squashed my work, so only one commit remains
  • I have added tests to cover my changes.
  • I have properly enriched go doc comments in code.
  • I have properly documented any breaking change.

Adds OverlayFS, OpaqueFS, OsFS, GlobOsFS, MapFS (very much testing/fstest but not implying a test usage).

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.03%. Comparing base (606af28) to head (46e4e91).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #237      +/-   ##
==========================================
+ Coverage   92.23%   93.03%   +0.80%     
==========================================
  Files          57       61       +4     
  Lines        2704     3015     +311     
==========================================
+ Hits         2494     2805     +311     
  Misses        166      166              
  Partials       44       44              

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

@fredbi
fredbi merged commit 3fd99ce into go-openapi:master Aug 19, 2026
21 checks passed
@fredbi
fredbi deleted the feat/add-fs-utils branch August 19, 2026 14:51
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.

1 participant