-
Notifications
You must be signed in to change notification settings - Fork 18
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: add typing support to regex-related adjudicators #1484
Conversation
This reverts commit 257c4b8.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1484 +/- ##
=======================================
Coverage 80.84% 80.84%
=======================================
Files 42 42
Lines 1952 1952
Branches 424 424
=======================================
Hits 1578 1578
Misses 372 372
Partials 2 2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change to the Pepr API that is in production and being used in delivery.
It has been awhile since this was created, we'll restart off of main since the journey tests are failing. |
Description
This PR adds typing support for regex-related adjudicators. Merge this in after #1402.
End to End Test:
(See Pepr Excellent Examples)
Related Issue
Relates to #1397, #1402
Type of change
Checklist before merging