Skip to content

Added support for embedded files, with example#91

Merged
fredbi merged 1 commit intogo-openapi:masterfrom
fredbi:deps/update-new-load-options
Sep 13, 2025
Merged

Added support for embedded files, with example#91
fredbi merged 1 commit intogo-openapi:masterfrom
fredbi:deps/update-new-load-options

Conversation

@fredbi
Copy link
Copy Markdown
Member

@fredbi fredbi commented Sep 13, 2025

Also in this PR:

  • upgraded to go 1.24
  • updated calls to the swag package to adopt the new API available since swag@v0.23
  • added more code examples

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.

* fixes go-openapi#72

Also in this PR:

* upgraded to go 1.24
* updated calls to the swag package to adopt the new API available since swag@v0.23
* added more code examples

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

codecov Bot commented Sep 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.83%. Comparing base (f0a66c8) to head (44f9fd0).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   76.04%   76.83%   +0.79%     
==========================================
  Files           4        4              
  Lines         263      272       +9     
==========================================
+ Hits          200      209       +9     
  Misses         47       47              
  Partials       16       16              
Flag Coverage Δ
oldstable-macos-latest 76.83% <100.00%> (+0.79%) ⬆️
oldstable-ubuntu-latest 76.83% <100.00%> (+0.79%) ⬆️
oldstable-windows-latest 76.83% <100.00%> (+0.79%) ⬆️
stable-macos-latest 76.83% <100.00%> (+0.79%) ⬆️
stable-ubuntu-latest 76.83% <100.00%> (+0.79%) ⬆️
stable-windows-latest 76.83% <100.00%> (+0.79%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fredbi fredbi merged commit 3c20af5 into go-openapi:master Sep 13, 2025
11 checks passed
@fredbi fredbi deleted the deps/update-new-load-options branch September 13, 2025 21:10
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.

Add example \ support for embedded files

1 participant