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: OpenAPI cannot correctly identify the file type under the canoni… #2898

Merged
merged 1 commit into from
Aug 28, 2023
Merged

fix: OpenAPI cannot correctly identify the file type under the canoni… #2898

merged 1 commit into from
Aug 28, 2023

Conversation

wlynxg
Copy link
Contributor

@wlynxg wlynxg commented Aug 25, 2023

fix: #2897

By adding the file type, ghttp.UploadFile can be correctly identified as the file type.

@codecov-commenter
Copy link

codecov-commenter commented Aug 25, 2023

Codecov Report

Patch coverage: 33.33% and project coverage change: +0.01% 🎉

Comparison is base (4dd43aa) 79.16% compared to head (3ccef59) 79.17%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2898      +/-   ##
==========================================
+ Coverage   79.16%   79.17%   +0.01%     
==========================================
  Files         637      637              
  Lines       52524    52526       +2     
==========================================
+ Hits        41578    41586       +8     
+ Misses       8884     8880       -4     
+ Partials     2062     2060       -2     
Flag Coverage Δ
go-1.18-386 79.23% <33.33%> (+0.03%) ⬆️
go-1.18-amd64 79.23% <33.33%> (+0.01%) ⬆️
go-1.19-386 ?
go-1.19-amd64 79.13% <33.33%> (+<0.01%) ⬆️
go-1.20-386 79.21% <33.33%> (+0.10%) ⬆️
go-1.20-amd64 79.23% <33.33%> (+0.03%) ⬆️

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

Files Changed Coverage Δ
net/goai/goai.go 80.80% <0.00%> (-1.67%) ⬇️
net/goai/goai_shema_ref.go 73.07% <100.00%> (ø)

... and 3 files with indirect coverage changes

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

@gqcn gqcn merged commit 7d4c59a into gogf:master Aug 28, 2023
9 checks passed
houseme added a commit to houseme/gf that referenced this pull request Aug 30, 2023
…into feature/websocket

* 'master' of github.com:gogf/gf:
  fix: OpenAPI cannot correctly identify the file type under the canoni… (gogf#2898)
  add `AdapterContent` implements for `gcfg.Adapter` (gogf#2892)
  fix typo "Upadte" -> "Update" (gogf#2906)

* 'master' of github.com:gogf/gf:
  fix: OpenAPI cannot correctly identify the file type under the canoni… (gogf#2898)
  add `AdapterContent` implements for `gcfg.Adapter` (gogf#2892)
  fix typo "Upadte" -> "Update" (gogf#2906)

* 'master' of github.com:gogf/gf:
  fix: OpenAPI cannot correctly identify the file type under the canoni… (gogf#2898)
  add `AdapterContent` implements for `gcfg.Adapter` (gogf#2892)
  fix typo "Upadte" -> "Update" (gogf#2906)
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.

[ Bug ] Error processing file type when generating OpenAPI from the specification route
3 participants