openapi-core icon indicating copy to clipboard operation
openapi-core copied to clipboard

Fix support of custom error handler in Django decorator

Open mik-laj opened this issue 9 months ago • 1 comments

I worked on updating library in my project and I found one small problem

Related PR: https://github.com/KlubJagiellonski/pola-backend/pull/4230

mik-laj avatar Mar 24 '25 21:03 mik-laj

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.57%. Comparing base (c9ba8eb) to head (8522c0a). Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #979      +/-   ##
==========================================
- Coverage   90.62%   90.57%   -0.06%     
==========================================
  Files         150      150              
  Lines        4374     4382       +8     
  Branches      532      534       +2     
==========================================
+ Hits         3964     3969       +5     
- Misses        318      320       +2     
- Partials       92       93       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Mar 24 '25 21:03 codecov[bot]