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: Create Vite plugin onboarding steps #2513

Conversation

nicholas-codecov
Copy link
Contributor

Description

This PR adds in some building block components that will be fleshed out in upcoming PRs adding in onboarding for different versions of the plugin. This PR contains the base route for bundle setup going over the steps of installing and configuring the Vite plugin into a project.

GH codecov/engineering-team#1043

Notable Changes

  • Create ViteOnboarding component
  • Create BundleOnboarding component
  • Add in new links to useNavLinks
  • Create placeholder BundlesTab component, mainly for testing purposes not actually used any where in the commits, just locally
  • Added lots of tests

Screenshots

Screenshot 2024-01-15 at 14-35-44 Code coverage done right

@codecov-qa
Copy link

codecov-qa bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e2ec9c0) 98.29% compared to head (0608144) 98.29%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2513   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         793      796    +3     
  Lines       10239    10268   +29     
  Branches     2576     2565   -11     
=======================================
+ Hits        10064    10093   +29     
  Misses        173      173           
  Partials        2        2           
Files Coverage Δ
...e/BundlesTab/BundleOnboarding/BundleOnboarding.tsx 100.00% <100.00%> (ø)
...BundleOnboarding/ViteOnboarding/ViteOnboarding.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/BundlesTab/BundlesTab.tsx 100.00% <100.00%> (ø)
src/services/navigation/useNavLinks/useNavLinks.js 99.07% <100.00%> (+0.02%) ⬆️
Components Coverage Δ
Assets 59.37% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.26% <100.00%> (+<0.01%) ⬆️
Services 99.50% <100.00%> (+<0.01%) ⬆️
Shared 99.82% <ø> (ø)
UI 94.23% <ø> (ø)

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 e2ec9c0...0608144. Read the comment docs.

@codecov-staging
Copy link

codecov-staging bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2513   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         793      796    +3     
  Lines       10239    10268   +29     
  Branches     2532     2579   +47     
=======================================
+ Hits        10064    10093   +29     
  Misses        173      173           
  Partials        2        2           
Files Coverage Δ
...e/BundlesTab/BundleOnboarding/BundleOnboarding.tsx 100.00% <100.00%> (ø)
...BundleOnboarding/ViteOnboarding/ViteOnboarding.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/BundlesTab/BundlesTab.tsx 100.00% <100.00%> (ø)
src/services/navigation/useNavLinks/useNavLinks.js 99.07% <100.00%> (+0.02%) ⬆️
Components Coverage Δ
Assets 59.37% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.26% <100.00%> (+<0.01%) ⬆️
Services 99.50% <100.00%> (+<0.01%) ⬆️
Shared 99.82% <ø> (ø)
UI 94.23% <ø> (ø)

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 e2ec9c0...0608144. Read the comment docs.

Copy link

codecov-public-qa bot commented Jan 15, 2024

Codecov Report

Merging #2513 (0608144) into main (e2ec9c0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2513   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         793      796    +3     
  Lines       10239    10268   +29     
  Branches     2576     2533   -43     
=======================================
+ Hits        10064    10093   +29     
  Misses        173      173           
  Partials        2        2           
Files Coverage Δ
...e/BundlesTab/BundleOnboarding/BundleOnboarding.tsx 100.00% <100.00%> (ø)
...BundleOnboarding/ViteOnboarding/ViteOnboarding.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/BundlesTab/BundlesTab.tsx 100.00% <100.00%> (ø)
src/services/navigation/useNavLinks/useNavLinks.js 99.07% <100.00%> (+0.02%) ⬆️
Components Coverage Δ
Assets 59.37% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.26% <100.00%> (+<0.01%) ⬆️
Services 99.50% <100.00%> (+<0.01%) ⬆️
Shared 99.82% <ø> (ø)
UI 94.23% <ø> (ø)

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 e2ec9c0...0608144. Read the comment docs.

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e2ec9c0) 98.29% compared to head (0608144) 98.30%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2513     +/-   ##
=======================================
+ Coverage   98.29   98.30   +0.01     
=======================================
  Files        793     796      +3     
  Lines      10239   10268     +29     
  Branches    2532    2535      +3     
=======================================
+ Hits       10064   10093     +29     
  Misses       173     173             
  Partials       2       2             
Files Coverage Δ
...e/BundlesTab/BundleOnboarding/BundleOnboarding.tsx 100.00% <100.00%> (ø)
...BundleOnboarding/ViteOnboarding/ViteOnboarding.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/BundlesTab/BundlesTab.tsx 100.00% <100.00%> (ø)
src/services/navigation/useNavLinks/useNavLinks.js 99.07% <100.00%> (+0.02%) ⬆️
Components Coverage Δ
Assets 59.37% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.26% <100.00%> (+<0.01%) ⬆️
Services 99.50% <100.00%> (+<0.01%) ⬆️
Shared 99.82% <ø> (ø)
UI 94.23% <ø> (ø)

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 e2ec9c0...0608144. Read the comment docs.

Copy link

netlify bot commented Jan 15, 2024

Deploy Preview for gazebo-staging ready!

Name Link
🔨 Latest commit 0608144
🔍 Latest deploy log https://app.netlify.com/sites/gazebo-staging/deploys/65a917e75d1b5d0007918c8c
😎 Deploy Preview https://deploy-preview-2513--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.

@nicholas-codecov nicholas-codecov merged commit 51a173d into main Jan 18, 2024
59 checks passed
@nicholas-codecov nicholas-codecov deleted the gh-eng-1043-create-onboarding-steps-for-bundle-analysis-vite branch January 18, 2024 12:36
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.

None yet

2 participants