-
Notifications
You must be signed in to change notification settings - Fork 10
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
More config v6 tests #102
Merged
Merged
More config v6 tests #102
Conversation
This file contains 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #102 +/- ##
==========================================
- Coverage 92.68% 92.64% -0.05%
==========================================
Files 21 21
Lines 2079 2093 +14
Branches 565 544 -21
==========================================
+ Hits 1927 1939 +12
- Misses 151 153 +2
Partials 1 1 ☔ View full report in Codecov by Sentry. |
30 tasks
adams85
force-pushed
the
more-configv6-tests
branch
2 times, most recently
from
January 30, 2024 14:11
9c1eb14
to
2dcc8e1
Compare
adams85
force-pushed
the
more-configv6-tests
branch
from
January 30, 2024 16:15
2dcc8e1
to
f629050
Compare
…during evaluation + reduce allocations
adams85
force-pushed
the
more-configv6-tests
branch
from
February 5, 2024 19:56
c8036f8
to
4523a3a
Compare
adams85
force-pushed
the
more-configv6-tests
branch
from
February 6, 2024 11:15
cf62538
to
6d5bd4d
Compare
adams85
force-pushed
the
more-configv6-tests
branch
from
February 6, 2024 14:11
6d5bd4d
to
3cca96d
Compare
…orting of RolloutEvaluator
endret
approved these changes
Mar 1, 2024
adams85
force-pushed
the
more-configv6-tests
branch
from
March 4, 2024 18:14
3ff679d
to
19b6415
Compare
Quality Gate passedIssues Measures |
This was referenced Sep 13, 2024
This was referenced Sep 20, 2024
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.
Describe the purpose of your pull request
Adds a few additional test cases for testing config v6 features.
Also, fixes come inconsistencies with other SDKs.
Breaking changes:
UserComparator
members:Is(Not)OneOf
->TextIs(Not)OneOf
,SensitiveIs(Not)OneOf
->SensitiveTextIs(Not)OneOf
,(Not)ContainsAnyOf
->Text(Not)ContainsAnyOf
Requirement checklist (only if applicable)