-
Notifications
You must be signed in to change notification settings - Fork 17
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: resolve max statement in watch-processor #1770
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Case Wylie <[email protected]>
## Description This type is required for Pepr [1770](defenseunicorns/pepr#1770) to reduce complexity ## Related Issue Fixes # <!-- or --> Relates to #[1770](defenseunicorns/pepr#1770) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1770 +/- ##
==========================================
+ Coverage 82.05% 82.11% +0.06%
==========================================
Files 52 52
Lines 2212 2214 +2
Branches 470 436 -34
==========================================
+ Hits 1815 1818 +3
- Misses 368 394 +26
+ Partials 29 2 -27
|
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.
PR looks good, left two comments that I'd like to consider but aren't worth holding up the PR over (i.e., we can always revisit them later).
Co-authored-by: Sam Mayer <[email protected]>
Description
Reduce max-statements in watch-processor around watch. This PR depends on a KFC release
Related Issue
Fixes #1697
Relates to #
Type of change
Checklist before merging