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: add typing support to regex-related adjudicators #1484

Draft
wants to merge 64 commits into
base: main
Choose a base branch
from

Conversation

samayer12
Copy link
Collaborator

@samayer12 samayer12 commented Nov 22, 2024

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

  • 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

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

Attention: Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.

Project coverage is 78.33%. Comparing base (a7989f7) to head (dba5f25).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/lib/capability.ts 0.00% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1484      +/-   ##
==========================================
- Coverage   78.82%   78.33%   -0.50%     
==========================================
  Files          41       41              
  Lines        1804     1883      +79     
  Branches      403      436      +33     
==========================================
+ Hits         1422     1475      +53     
+ Misses        380      376       -4     
- Partials        2       32      +30     
Files with missing lines Coverage Δ
src/lib/filter/adjudicators/adjudicators.ts 98.49% <100.00%> (+0.03%) ⬆️
src/lib/capability.ts 94.90% <0.00%> (ø)

... and 9 files with indirect coverage changes

Copy link
Collaborator

@cmwylie19 cmwylie19 left a 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.

@samayer12 samayer12 self-assigned this Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

2 participants