Open
Conversation
Contributor
Author
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4878 +/- ##
==========================================
- Coverage 93.02% 92.90% -0.13%
==========================================
Files 112 113 +1
Lines 35287 35742 +455
==========================================
+ Hits 32827 33207 +380
- Misses 2460 2535 +75 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
metcoder95
reviewed
Mar 12, 2026
Member
metcoder95
left a comment
There was a problem hiding this comment.
Please add TS types and documentation for it
Contributor
Author
|
@metcoder95 what about the documentation?? |
Member
|
can you add documentation for the new interceptor? |
Contributor
Author
|
i added ts types and documentation along with limiting the priorities with const PRIORITIES = {
HIGHEST: 4,
HIGH: 3,
MEDIUM: 2,
LOW: 1,
LOWEST: 0
} |
Contributor
Author
|
the test ci failure is likely a timeout or connection issue on the ci runner |
metcoder95
reviewed
Mar 13, 2026
Member
metcoder95
left a comment
There was a problem hiding this comment.
did you push your changes? Current state of the PR hints otherwise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This relates to...
closes / fixes #4766
Rationale
Changes
added priority interceptor with:
Features
this can be used like the foll code:
Bug Fixes
n/a
Breaking Changes and Deprecations
NA
Status
added tests