-
Notifications
You must be signed in to change notification settings - Fork 69
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 for Incorrect Retention of Previous Resource Sharing Policy When Switching Between General and Selective Policies #482
base: main
Are you sure you want to change the base?
Conversation
…Switching Between General and Selective Policies
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #482 +/- ##
============================================
+ Coverage 51.31% 51.43% +0.12%
- Complexity 1573 1574 +1
============================================
Files 175 175
Lines 9582 9577 -5
Branches 1291 1291
============================================
+ Hits 4917 4926 +9
+ Misses 4240 4224 -16
- Partials 425 427 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Integration Test Runner For this PR can be found here. |
… for better readability and maintainability.
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/13495936557
Purpose
Ensure that when a user is switched between general and selective resource-sharing policies, the previous policy is removed to prevent conflicts.
Goals
Approach
Related Issue
to be created