-
Notifications
You must be signed in to change notification settings - Fork 74
Wrapper for OAuth URLs #302
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
Conversation
Codecov ReportAttention:
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
KUNAL13
left a comment
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.
@bhavyay : setAccessToken method is not implemented
| String scopesArray = scopes.length > 0 ? | ||
| "&scope[]=" + String.join("&scope[]=", scopes) : ""; | ||
|
|
||
| String AuthorizeUrl = "https://" |
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.
use url builder? it will take care of encoding wherever necessary
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.
Updated.
Note :- Please follow the below points while attaching test cases document link below:
- If label
Testedis 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.