-
Notifications
You must be signed in to change notification settings - Fork 379
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 the client ids missing in filtering. #2726
Fix the client ids missing in filtering. #2726
Conversation
PR builder started |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2726 +/- ##
============================================
+ Coverage 56.25% 56.92% +0.66%
+ Complexity 8619 8570 -49
============================================
Files 654 654
Lines 49657 48442 -1215
Branches 10472 10263 -209
============================================
- Hits 27934 27575 -359
+ Misses 17726 16959 -767
+ Partials 3997 3908 -89
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...s/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/OAuthUtil.java
Show resolved
Hide resolved
Since this is tested locally and no any associated integration tests, we can proceed without integration tests. |
@Malith-19 Let's refactor this logic for better readability with your current effort. |
@Malith-19 please cover unit test cases as well with your effort |
PR builder completed |
Purpose
Description
Related issues