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

[Client] Create hooks to fetch data for coverage summary #991

Closed
2 tasks done
Tracked by #741
nicholas-codecov opened this issue Jan 5, 2024 · 0 comments
Closed
2 tasks done
Tracked by #741

[Client] Create hooks to fetch data for coverage summary #991

nicholas-codecov opened this issue Jan 5, 2024 · 0 comments
Assignees

Comments

@nicholas-codecov
Copy link

nicholas-codecov commented Jan 5, 2024

We need to fetch some basic information to generate the dropdown summary string. We can grab the missesCount and partialsCount fields from the patchTotals object on the Comparison type in GraphQL. From this hook we will want to return the sum of the two values or return 0 if there is no missing lines.

Designs can be found here.


Tasks

@nicholas-codecov nicholas-codecov self-assigned this Jan 5, 2024
nicholas-codecov added a commit to codecov/gazebo that referenced this issue Jan 11, 2024
Create hooks to fetch coverage and for a given commit and a given pull request.

GH codecov/engineering-team#991
@codecov-hooky codecov-hooky bot closed this as completed Jan 11, 2024
RulaKhaled pushed a commit to codecov/gazebo that referenced this issue Jan 11, 2024
Create hooks to fetch coverage and for a given commit and a given pull request.

GH codecov/engineering-team#991
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant