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

Webhooks support #470

Merged
merged 1 commit into from
Jan 20, 2023
Merged

Webhooks support #470

merged 1 commit into from
Jan 20, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jan 20, 2023

Fixes #445

@p1c2u p1c2u force-pushed the feature/webhooks-support branch 2 times, most recently from 0c77915 to 3985561 Compare January 20, 2023 07:38
@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #470 (2a330f3) into master (e576212) will decrease coverage by 1.05%.
The diff coverage is 84.91%.

@@            Coverage Diff             @@
##           master     #470      +/-   ##
==========================================
- Coverage   93.23%   92.19%   -1.05%     
==========================================
  Files         103      103              
  Lines        2632     2856     +224     
  Branches      230      243      +13     
==========================================
+ Hits         2454     2633     +179     
- Misses        137      182      +45     
  Partials       41       41              
Impacted Files Coverage Δ
openapi_core/validation/request/exceptions.py 91.30% <ø> (-1.29%) ⬇️
openapi_core/validation/response/exceptions.py 93.33% <ø> (-0.79%) ⬇️
openapi_core/validation/response/protocols.py 79.48% <71.42%> (-1.77%) ⬇️
openapi_core/validation/request/protocols.py 78.84% <77.27%> (-0.65%) ⬇️
openapi_core/validation/response/validators.py 86.56% <78.37%> (-7.88%) ⬇️
openapi_core/validation/request/validators.py 87.68% <82.48%> (-6.10%) ⬇️
openapi_core/templating/paths/finders.py 92.47% <82.92%> (-7.53%) ⬇️
openapi_core/__init__.py 100.00% <100.00%> (ø)
openapi_core/contrib/requests/__init__.py 100.00% <100.00%> (ø)
openapi_core/contrib/requests/requests.py 87.75% <100.00%> (+1.08%) ⬆️
... and 14 more

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

@p1c2u p1c2u force-pushed the feature/webhooks-support branch 5 times, most recently from 05efaf5 to 2535eeb Compare January 20, 2023 10:37
@p1c2u p1c2u force-pushed the feature/webhooks-support branch from 2535eeb to 2a330f3 Compare January 20, 2023 11:18
@p1c2u p1c2u merged commit 83a06e9 into master Jan 20, 2023
@p1c2u p1c2u deleted the feature/webhooks-support branch January 20, 2023 11:24
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.

No way to validate webhook requests
1 participant