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

chore: reduce complexity in webhooks.ts #1587

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Conversation

samayer12
Copy link
Collaborator

Description

This PR reduces complexity in webhooks.ts.

End to End Test:
(See Pepr Excellent Examples)

Related Issue

Fixes #1536

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@samayer12 samayer12 marked this pull request as ready for review December 16, 2024 18:19
@samayer12 samayer12 requested a review from a team as a code owner December 16, 2024 18:19
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.84%. Comparing base (38ece9e) to head (5afda99).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1587   +/-   ##
=======================================
  Coverage   80.84%   80.84%           
=======================================
  Files          42       42           
  Lines        1952     1952           
  Branches      424      424           
=======================================
  Hits         1578     1578           
  Misses        372      372           
  Partials        2        2           

@cmwylie19 cmwylie19 added this pull request to the merge queue Dec 16, 2024
Merged via the queue into main with commit 2b2d927 Dec 16, 2024
48 checks passed
@cmwylie19 cmwylie19 deleted the 1536-webhook-complexity branch December 16, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

complexity of webhook.ts
2 participants