Skip to content

Conversation

@Yaminik1996
Copy link
Contributor

Summary

< Provide a brief description of the changes in this PR >

Some conventions to follow

  1. add the module name as a prefix
    • for example: add a prefix: docstore: for document store module, blobstore for Blob Store module
  2. for a test only PR, add test:
  3. for a perf improvement only PR, add perf:
  4. for a refactoring only PR, add "refactor:"

@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2025

Codecov Report

❌ Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.57%. Comparing base (7ad2ad4) to head (5451763).

Files with missing lines Patch % Lines
...ava/com/salesforce/multicloudj/iam/gcp/GcpIam.java 62.50% 2 Missing and 1 partial ⚠️

❌ Your patch status has failed because the patch coverage (70.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     #163      +/-   ##
============================================
- Coverage     83.59%   83.57%   -0.02%     
- Complexity       90       93       +3     
============================================
  Files           150      150              
  Lines          8046     8051       +5     
  Branches        942      944       +2     
============================================
+ Hits           6726     6729       +3     
- Misses          875      876       +1     
- Partials        445      446       +1     
Flag Coverage Δ
unittests 83.57% <70.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Yaminik1996 Yaminik1996 marked this pull request as ready for review November 25, 2025 19:04
*
* @param identityName the name of the identity
* @param policyName the name of the policy
* @param policyName the name of the policy. This parameter is optional and subject to cloud semantics.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update our AwsIam for this function signature change?

* @return the policy document details as a string
*/
public String getInlinePolicyDetails(String identityName, String policyName, String tenantId, String region) {
public String getInlinePolicyDetails(String identityName, String policyName, String roleName, String tenantId, String region) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for adding this roleName? Is it for aws and ali?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants