Skip to content

Webhooks support - #470

Merged
p1c2u merged 1 commit into
masterfrom
feature/webhooks-support
Jan 20, 2023
Merged

Webhooks support#470
p1c2u merged 1 commit into
masterfrom
feature/webhooks-support

Conversation

@p1c2u

Copy link
Copy Markdown
Collaborator

Fixes#445

@p1c2u
p1c2uforce-pushed the feature/webhooks-support branch 2 times, most recently from 0c77915 to 3985561CompareJanuary 20, 2023 07:38
@codecov

codecovBot commented Jan 20, 2023

Copy link
Copy Markdown

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 FilesCoverage Δ
openapi_core/validation/request/exceptions.py91.30% <ø> (-1.29%)⬇️
openapi_core/validation/response/exceptions.py93.33% <ø> (-0.79%)⬇️
openapi_core/validation/response/protocols.py79.48% <71.42%> (-1.77%)⬇️
openapi_core/validation/request/protocols.py78.84% <77.27%> (-0.65%)⬇️
openapi_core/validation/response/validators.py86.56% <78.37%> (-7.88%)⬇️
openapi_core/validation/request/validators.py87.68% <82.48%> (-6.10%)⬇️
openapi_core/templating/paths/finders.py92.47% <82.92%> (-7.53%)⬇️
openapi_core/__init__.py100.00% <100.00%> (ø)
openapi_core/contrib/requests/__init__.py100.00% <100.00%> (ø)
openapi_core/contrib/requests/requests.py87.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
p1c2uforce-pushed the feature/webhooks-support branch 5 times, most recently from 05efaf5 to 2535eebCompareJanuary 20, 2023 10:37
@p1c2u
p1c2uforce-pushed the feature/webhooks-support branch from 2535eeb to 2a330f3CompareJanuary 20, 2023 11:18
@p1c2u
p1c2u merged commit 83a06e9 into masterJan 20, 2023
@p1c2u
p1c2u deleted the feature/webhooks-support branch January 20, 2023 11:24
Sign up for freeto 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

@p1c2u