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 hook for get components of a repo/branch with filtering (#827) #2439

Merged
merged 4 commits into from
Dec 11, 2023

Conversation

JerrySentry
Copy link
Contributor

@JerrySentry JerrySentry commented Dec 6, 2023

Description

Add hook to get components of head commit of a chosen branch, allows filtering components as arguments

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

Copy link

codecov-public-qa bot commented Dec 6, 2023

Codecov Report

Merging #2439 (57031ff) into main (24b16cb) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2439   +/-   ##
=======================================
  Coverage   97.89%   97.89%           
=======================================
  Files         762      763    +1     
  Lines        9676     9694   +18     
  Branches     2435     2394   -41     
=======================================
+ Hits         9472     9490   +18     
  Misses        202      202           
  Partials        2        2           
Files Coverage Δ
src/services/branches/useBranchComponents.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 59.37% <ø> (ø)
Layouts 97.30% <ø> (ø)
Pages 98.92% <ø> (ø)
Services 99.43% <100.00%> (+<0.01%) ⬆️
Shared 99.81% <ø> (ø)
UI 94.32% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24b16cb...57031ff. Read the comment docs.

@codecov-qa
Copy link

codecov-qa bot commented Dec 6, 2023

Codecov Report

Merging #2439 (57031ff) into main (24b16cb) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2439   +/-   ##
=======================================
  Coverage   97.89%   97.89%           
=======================================
  Files         762      763    +1     
  Lines        9676     9694   +18     
  Branches     2435     2440    +5     
=======================================
+ Hits         9472     9490   +18     
  Misses        202      202           
  Partials        2        2           
Files Coverage Δ
src/services/branches/useBranchComponents.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 59.37% <ø> (ø)
Layouts 97.30% <ø> (ø)
Pages 98.92% <ø> (ø)
Services 99.43% <100.00%> (+<0.01%) ⬆️
Shared 99.81% <ø> (ø)
UI 94.32% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24b16cb...57031ff. Read the comment docs.

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Merging #2439 (57031ff) into main (24b16cb) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2439     +/-   ##
=======================================
+ Coverage   97.89   97.90   +0.01     
=======================================
  Files        762     763      +1     
  Lines       9676    9694     +18     
  Branches    2435    2426      -9     
=======================================
+ Hits        9472    9490     +18     
  Misses       202     202             
  Partials       2       2             
Files Coverage Δ
src/services/branches/useBranchComponents.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 59.37% <ø> (ø)
Layouts 97.30% <ø> (ø)
Pages 98.92% <ø> (ø)
Services 99.43% <100.00%> (+<0.01%) ⬆️
Shared 99.81% <ø> (ø)
UI 94.32% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 24b16cb...57031ff. Read the comment docs.

Copy link

netlify bot commented Dec 6, 2023

Deploy Preview for gazebo-staging ready!

Name Link
🔨 Latest commit 57031ff
🔍 Latest deploy log https://app.netlify.com/sites/gazebo-staging/deploys/6577300dd750570008279b16
😎 Deploy Preview https://deploy-preview-2439--gazebo-staging.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rohitvinnakota-codecov rohitvinnakota-codecov dismissed their stale review December 7, 2023 16:06

Keyword must change

@JerrySentry JerrySentry merged commit 7947aeb into main Dec 11, 2023
49 checks passed
@JerrySentry JerrySentry deleted the fe_827 branch December 11, 2023 15:57
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

Successfully merging this pull request may close these issues.

2 participants