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

OpenAPI app and high level integration #716

Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Nov 5, 2023

Spec object creation no longer validates specification (moved to OpenAPI object).

Fixes #547 #714

@p1c2u p1c2u force-pushed the feature/openapi-application-and-high-level-integration branch from 70760ed to a0c8375 Compare November 8, 2023 12:00
@p1c2u p1c2u force-pushed the feature/openapi-application-and-high-level-integration branch from a0c8375 to 64dc8e8 Compare November 22, 2023 14:53
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (46639b5) 91.20% compared to head (b315e76) 91.42%.
Report is 8 commits behind head on master.

Files Patch % Lines
openapi_core/validation/processors.py 0.00% 8 Missing ⚠️
openapi_core/validation/integrations.py 78.12% 7 Missing ⚠️
openapi_core/contrib/django/middlewares.py 54.54% 4 Missing and 1 partial ⚠️
openapi_core/app.py 98.27% 3 Missing and 1 partial ⚠️
openapi_core/contrib/falcon/integrations.py 90.00% 1 Missing and 1 partial ⚠️
openapi_core/contrib/starlette/integrations.py 93.33% 1 Missing and 1 partial ⚠️
openapi_core/unmarshalling/integrations.py 95.12% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
+ Coverage   91.20%   91.42%   +0.22%     
==========================================
  Files         129      139      +10     
  Lines        4129     4375     +246     
  Branches      507      491      -16     
==========================================
+ Hits         3766     4000     +234     
- Misses        296      313      +17     
+ Partials       67       62       -5     

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

@p1c2u p1c2u force-pushed the feature/openapi-application-and-high-level-integration branch 3 times, most recently from 214e5f0 to cc3bca2 Compare November 22, 2023 20:56
@p1c2u p1c2u force-pushed the feature/openapi-application-and-high-level-integration branch from cc3bca2 to b315e76 Compare November 22, 2023 21:01
@p1c2u p1c2u merged commit 02d9099 into master Nov 22, 2023
18 checks passed
@p1c2u p1c2u deleted the feature/openapi-application-and-high-level-integration branch November 22, 2023 21:08
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.

High-level integration
1 participant