Skip to content
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

feat: Add estatuses post call #3018

Conversation

bistaastha
Copy link
Contributor

No description provided.

@bistaastha bistaastha requested a review from Chethan-Fyle as a code owner May 24, 2024 16:44
Copy link

ellipsis-dev bot commented May 24, 2024

Your free trial has expired. To keep using Ellipsis, sign up at https://app.ellipsis.dev for $20/seat/month or reach us at [email protected]

@bistaastha bistaastha marked this pull request as draft May 24, 2024 16:44
@github-actions github-actions bot added the size/M Medium PR label May 24, 2024
@bistaastha bistaastha marked this pull request as ready for review May 27, 2024 07:36
Copy link

ellipsis-dev bot commented May 27, 2024

Your free trial has expired. To keep using Ellipsis, sign up at https://app.ellipsis.dev for $20/seat/month or reach us at [email protected]

Copy link

Unit Test Coverage % values
Statements 96.02% ( 18575 / 19343 )
Branches 91.15% ( 9827 / 10781 )
Functions 94.32% ( 5581 / 5917 )
Lines 96.06% ( 17735 / 18462 )

@bistaastha bistaastha requested a review from mvaishnavi May 27, 2024 11:21
const expectedCommentData: Comment = platformReportData.comments[0];
approverPlatformApiService.post.and.returnValue(of({ data: expectedCommentData }));

const id = 'rpxtbiLXQZUm';
Copy link
Contributor

Choose a reason for hiding this comment

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

fix.

const expectedCommentData: Comment = platformReportData.comments[0];
spenderPlatformV1ApiService.post.and.returnValue(of({ data: expectedCommentData }));

const id = 'rpxtbiLXQZUm';
Copy link
Contributor

Choose a reason for hiding this comment

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

fix.

@bistaastha bistaastha closed this May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Medium PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants