Skip to content

tests/sequential - using fastapi

749e997
Select commit
Loading
Failed to load commit list.
Merged

Support OpenAPI v3.2 #421

tests/sequential - using fastapi
749e997
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 13, 2026 in 1s

94.18% (-0.36%) compared to 01c163d

View this Pull Request on Codecov

94.18% (-0.36%) compared to 01c163d

Details

Codecov Report

❌ Patch coverage is 91.14754% with 81 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.18%. Comparing base (01c163d) to head (749e997).

Files with missing lines Patch % Lines
src/aiopenapi3/request.py 74.09% 50 Missing ⚠️
src/aiopenapi3/v32/security.py 84.61% 8 Missing ⚠️
src/aiopenapi3/v32/servers.py 78.78% 7 Missing ⚠️
src/aiopenapi3/v32/paths.py 94.80% 4 Missing ⚠️
src/aiopenapi3/v32/schemas.py 96.26% 4 Missing ⚠️
src/aiopenapi3/openapi.py 88.23% 2 Missing ⚠️
src/aiopenapi3/v32/info.py 90.90% 2 Missing ⚠️
src/aiopenapi3/v32/parameter.py 94.44% 2 Missing ⚠️
src/aiopenapi3/v30/parameter.py 94.44% 1 Missing ⚠️
src/aiopenapi3/v32/general.py 95.23% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
- Coverage   94.54%   94.18%   -0.36%     
==========================================
  Files          88      104      +16     
  Lines        7491     8363     +872     
==========================================
+ Hits         7082     7877     +795     
- Misses        409      486      +77     

☔ 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.