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 bundle analysis summary #992

Closed
4 tasks done
Tracked by #741
nicholas-codecov opened this issue Jan 5, 2024 · 0 comments
Closed
4 tasks done
Tracked by #741
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


Blocked by

  1. JerrySentry
  2. JerrySentry
@nicholas-codecov nicholas-codecov self-assigned this Jan 5, 2024
nicholas-codecov added a commit to codecov/gazebo that referenced this issue Jan 9, 2024
Create a new hook that will fetch bundle analysis information for the summary in the upcoming dropdown for the commit detail page.

GH codecov/engineering-team#992
nicholas-codecov added a commit to codecov/gazebo that referenced this issue Jan 9, 2024
Create a new hook that fetches bundle analysis information for a given pull, and a few fixes to a previously merged hook.

GH codecov/engineering-team#992
@codecov-hooky codecov-hooky bot closed this as completed Jan 9, 2024
RulaKhaled pushed a commit to codecov/gazebo that referenced this issue Jan 11, 2024
Create a new hook that fetches bundle analysis information for a given pull, and a few fixes to a previously merged hook.

GH codecov/engineering-team#992
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