-
Notifications
You must be signed in to change notification settings - Fork 50
feat: Layered context #1717
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
base: main
Are you sure you want to change the base?
feat: Layered context #1717
Conversation
Signed-off-by: christian.lutnik <[email protected]>
Signed-off-by: christian.lutnik <[email protected]>
# Conflicts: # src/test/java/dev/openfeature/sdk/benchmark/AllocationBenchmark.java
Signed-off-by: christian.lutnik <[email protected]>
Signed-off-by: christian.lutnik <[email protected]>
Signed-off-by: christian.lutnik <[email protected]>
Signed-off-by: christian.lutnik <[email protected]>
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1717 +/- ##
============================================
- Coverage 91.69% 91.40% -0.29%
- Complexity 517 550 +33
============================================
Files 51 53 +2
Lines 1264 1362 +98
Branches 112 132 +20
============================================
+ Hits 1159 1245 +86
- Misses 68 71 +3
- Partials 37 46 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Introduces layered context to reduce memory churn
#1718