python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Fixes behaviour change bug #512 #514

Closed peter-doggart closed 1 year ago

peter-doggart commented 1 year ago

Fixes #512 which accidentally changed the exception propagation behaviour.

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.44% // Head: 96.44% // No change to project coverage :thumbsup:

Coverage data is based on head (62d3648) compared to base (6b3703a). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #514 +/- ## ======================================= Coverage 96.44% 96.44% ======================================= Files 20 20 Lines 2728 2728 ======================================= Hits 2631 2631 Misses 97 97 ``` | [Impacted Files](https://codecov.io/gh/python-restx/flask-restx/pull/514?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx) | Coverage Δ | | |---|---|---| | [flask\_restx/api.py](https://codecov.io/gh/python-restx/flask-restx/pull/514?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx#diff-Zmxhc2tfcmVzdHgvYXBpLnB5) | `96.51% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-restx)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.