Skip to content

Fix flask decorator function return other types - #489

Merged
p1c2u merged 1 commit into
masterfrom
fix/flask-decorator-function-return-other-types-fix
Jan 26, 2023
Merged

Fix flask decorator function return other types#489
p1c2u merged 1 commit into
masterfrom
fix/flask-decorator-function-return-other-types-fix

Conversation

@p1c2u

Copy link
Copy Markdown
Collaborator

Fixes#488

@codecov

codecovBot commented Jan 26, 2023

Copy link
Copy Markdown

Codecov Report

Merging #489 (a50ff1d) into master (221d212) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@ Coverage Diff @@## master #489 +/- ##
=======================================
Coverage 92.21% 92.21% =======================================
Files 105 105 Lines 2967 2969 +2 Branches 255 255 =======================================
+ Hits 2736 2738 +2 
Misses 189 189 Partials 42 42 
Impacted FilesCoverage Δ
openapi_core/contrib/flask/decorators.py100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u
p1c2u merged commit 9005a84 into masterJan 26, 2023
@p1c2u
p1c2u deleted the fix/flask-decorator-function-return-other-types-fix branch January 26, 2023 04:43
Sign up for freeto 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.

Flask Integation decorator failing

1 participant

@p1c2u