Skip to content

Conversation

@shwatang
Copy link
Contributor

@shwatang shwatang commented Jan 25, 2024

Note :- Please follow the below points while attaching test cases document link below:

- If label Tested is added then test cases document URL is mandatory.

- Link added should be a valid URL and accessible throughout the org.

- If the branch name contains hotfix / revert by default the BVT workflow check will pass.

Test Case Document URL
https://docs.google.com/spreadsheets/d/1Zg9jLtF5elZHVyECO8jERagpO2yINxKyfnYj5Ke6S2M/edit#gid=0

@codecov-commenter
Copy link

codecov-commenter commented Jan 25, 2024

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (69779b2) 73.67% compared to head (9b629da) 83.77%.

Files Patch % Lines
src/main/java/com/razorpay/PayloadValidator.java 91.22% 2 Missing and 3 partials ⚠️
src/main/java/com/razorpay/ApiUtils.java 82.60% 3 Missing and 1 partial ⚠️
src/main/java/com/razorpay/OAuthTokenClient.java 96.72% 1 Missing and 1 partial ⚠️
src/main/java/com/razorpay/Utils.java 90.47% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master     #302       +/-   ##
=============================================
+ Coverage     73.67%   83.77%   +10.10%     
- Complexity      240      306       +66     
=============================================
  Files            53       58        +5     
  Lines           528      709      +181     
  Branches         20       31       +11     
=============================================
+ Hits            389      594      +205     
+ Misses          120       91       -29     
- Partials         19       24        +5     
Flag Coverage Δ
tests 83.77% <93.26%> (+10.10%) ⬆️

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.

@bhavyay bhavyay marked this pull request as ready for review February 1, 2024 12:14
Copy link

@KUNAL13 KUNAL13 left a comment

Choose a reason for hiding this comment

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

@bhavyay : setAccessToken method is not implemented

String scopesArray = scopes.length > 0 ?
"&scope[]=" + String.join("&scope[]=", scopes) : "";

String AuthorizeUrl = "https://"
Copy link

Choose a reason for hiding this comment

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

use url builder? it will take care of encoding wherever necessary

Copy link
Contributor

Choose a reason for hiding this comment

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

Updated.

@shwatang shwatang added the TestingNotRequired TestingNotRequired label for BVT label Feb 9, 2024
@bhavyay bhavyay merged commit 9e46498 into master Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TestingNotRequired TestingNotRequired label for BVT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants