-
Notifications
You must be signed in to change notification settings - Fork 138
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
fix: app and services to stop querying the platform for the roster #16771
base: develop
Are you sure you want to change the base?
fix: app and services to stop querying the platform for the roster #16771
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #16771 +/- ##
=============================================
+ Coverage 63.63% 63.64% +0.01%
- Complexity 20409 20434 +25
=============================================
Files 2537 2538 +1
Lines 94783 94859 +76
Branches 9907 9909 +2
=============================================
+ Hits 60312 60377 +65
- Misses 30869 30878 +9
- Partials 3602 3604 +2
|
Signed-off-by: Miroslav Gatsanoga <[email protected]>
0a177a5
to
20a5ea8
Compare
Signed-off-by: Miroslav Gatsanoga <[email protected]>
… initializing states api Signed-off-by: Miroslav Gatsanoga <[email protected]>
Signed-off-by: Miroslav Gatsanoga <[email protected]>
Signed-off-by: Miroslav Gatsanoga <[email protected]>
Signed-off-by: Miroslav Gatsanoga <[email protected]>
Description:
Remove
Platform.getRoster()
calls from Services code.Related issue(s):
Fixes #16721
Checklist