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: Setup beta badge for bundles tab #2586

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

nicholas-codecov
Copy link
Contributor

Description

Add in a badge to denote that the bundles tab is currently in beta.

GH codecov/engineering-team#1024

Notable Changes

  • Add beta badge to RepoPageTabs
  • Update tests

Screenshots

Screenshot 2024-02-14 at 07 41 59

Copy link

codecov-public-qa bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5c27724) 98.33% compared to head (6261f99) 98.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2586   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files         828      828           
  Lines       11000    11000           
  Branches     2800     2845   +45     
=======================================
  Hits        10817    10817           
  Misses        181      181           
  Partials        2        2           
Files Coverage Δ
src/pages/RepoPage/RepoPageTabs.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 55.26% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.31% <100.00%> (ø)
Services 99.56% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.27% <ø> (ø)

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 5c27724...6261f99. Read the comment docs.

Copy link

netlify bot commented Feb 14, 2024

Deploy Preview for gazebo-staging ready!

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

@codecov-staging
Copy link

Bundle Report

Changes will increase total bundle size by 437 bytes ⬆️

Bundle name Size Change
gazebo-staging-array-push 5.9MB 437 bytes ⬆️

@codecov-qa
Copy link

codecov-qa bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5c27724) 98.33% compared to head (6261f99) 98.33%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2586   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files         828      828           
  Lines       11000    11000           
  Branches     2845     2802   -43     
=======================================
  Hits        10817    10817           
  Misses        181      181           
  Partials        2        2           
Files Coverage Δ
src/pages/RepoPage/RepoPageTabs.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 55.26% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.31% <100.00%> (ø)
Services 99.56% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.27% <ø> (ø)

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 5c27724...6261f99. Read the comment docs.

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5c27724) 98.34% compared to head (6261f99) 98.34%.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2586   +/-   ##
=====================================
  Coverage   98.34   98.34           
=====================================
  Files        828     828           
  Lines      11000   11000           
  Branches    2853    2800   -53     
=====================================
  Hits       10817   10817           
  Misses       181     181           
  Partials       2       2           
Files Coverage Δ
src/pages/RepoPage/RepoPageTabs.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 55.26% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.31% <100.00%> (ø)
Services 99.56% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.27% <ø> (ø)

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 5c27724...6261f99. Read the comment docs.

@codecov-releaser
Copy link
Contributor

Visit https://preview-pr-2586.codecov.dev for your PR preview. Expires after 1 month automatically.

@codecov-staging
Copy link

codecov-staging bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2586   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files         828      828           
  Lines       11000    11000           
  Branches     2835     2835           
=======================================
  Hits        10817    10817           
  Misses        181      181           
  Partials        2        2           
Files Coverage Δ
src/pages/RepoPage/RepoPageTabs.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 55.26% <ø> (ø)
Layouts 96.95% <ø> (ø)
Pages 99.31% <100.00%> (ø)
Services 99.56% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.27% <ø> (ø)

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 5c27724...6261f99. Read the comment docs.

@nicholas-codecov nicholas-codecov merged commit d2c269e into main Feb 15, 2024
61 checks passed
@nicholas-codecov nicholas-codecov deleted the gh-eng-1024-setup-beta-badge-for-bundles-tab branch February 15, 2024 15:56
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.

3 participants