Skip to content

feat: Add workflow to upload bundle stats to new env#3964

Merged
jason-ford-codecov merged 1 commit intomainfrom
bundle-stats-helmtest
Jan 20, 2026
Merged

feat: Add workflow to upload bundle stats to new env#3964
jason-ford-codecov merged 1 commit intomainfrom
bundle-stats-helmtest

Conversation

@jason-ford-codecov
Copy link
Contributor

@jason-ford-codecov jason-ford-codecov commented Jan 20, 2026

Description

Adding testing step

Code Example

Notable Changes

Screenshots

Link to Sample Entry

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.


Note

Adds a new CI step to publish bundle stats to a new environment.

  • Introduces upload-bundle-stats-to-helmtest job mirroring prod/staging: checks out code, sets up Node/cache, runs yarn build, and uploads stats
  • Targets https://helmtest.codecov.dev with CODECOV_HELMTEST_TOKEN, bundle name gazebo-helmtest, and passes GAZEBO_SHA from the PR head SHA

Written by Cursor Bugbot for commit d028525. This will update automatically on new commits. Configure here.

@sentry
Copy link

sentry bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.73%. Comparing base (dbca8cb) to head (d028525).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3964   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files         826      826           
  Lines       14983    14983           
  Branches     4287     4287           
=======================================
  Hits        14793    14793           
  Misses        182      182           
  Partials        8        8           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 98.34% <ø> (ø)
Services 99.32% <ø> (ø)
Shared 99.00% <ø> (ø)
UI 99.01% <ø> (ø)

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 dbca8cb...d028525. Read the comment docs.

@codecov-notifications
Copy link

codecov-notifications bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3964   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files         826      826           
  Lines       14983    14983           
  Branches     4287     4292    +5     
=======================================
  Hits        14793    14793           
  Misses        182      182           
  Partials        8        8           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 98.34% <ø> (ø)
Services 99.32% <ø> (ø)
Shared 99.00% <ø> (ø)
UI 99.01% <ø> (ø)

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 dbca8cb...d028525. Read the comment docs.

@codecov-public-qa
Copy link

codecov-public-qa bot commented Jan 20, 2026

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.73%. Comparing base (dbca8cb) to head (d028525).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3964   +/-   ##
=======================================
  Coverage   98.73%   98.73%           
=======================================
  Files         826      826           
  Lines       14983    14983           
  Branches     4287     4292    +5     
=======================================
  Hits        14793    14793           
  Misses        182      182           
  Partials        8        8           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 98.34% <ø> (ø)
Services 99.32% <ø> (ø)
Shared 99.00% <ø> (ø)
UI 99.01% <ø> (ø)

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 dbca8cb...d028525. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codecov-releaser
Copy link
Collaborator

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
d028525 Tue, 20 Jan 2026 16:01:30 GMT Cloud Enterprise

@codecov-qa
Copy link

codecov-qa bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.73%. Comparing base (dbca8cb) to head (d028525).
⚠️ Report is 1 commits behind head on main.

@@            Coverage Diff             @@
##             main    #3964      +/-   ##
==========================================
+ Coverage   95.34%   98.73%   +3.39%     
==========================================
  Files         826      826              
  Lines       14983    14983              
  Branches     4287     4292       +5     
==========================================
+ Hits        14285    14793     +508     
+ Misses        618      182     -436     
+ Partials       80        8      -72     

see 54 files with indirect coverage changes

Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 98.34% <ø> (ø)
Services 99.32% <ø> (+0.06%) ⬆️
Shared 99.00% <ø> (+33.59%) ⬆️
UI 99.01% <ø> (ø)

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 dbca8cb...d028525. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jason-ford-codecov jason-ford-codecov added this pull request to the merge queue Jan 20, 2026
Merged via the queue into main with commit d458234 Jan 20, 2026
65 checks passed
@jason-ford-codecov jason-ford-codecov deleted the bundle-stats-helmtest branch January 20, 2026 20:12
@sentry
Copy link

sentry bot commented Jan 21, 2026

Bundle Report

Bundle size has no change ✅

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