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

chore: Remove bundle analysis flags #2693

Merged

Conversation

nicholas-codecov
Copy link
Contributor

Description

This PR goes through and cleans up the flags used for bundle analysis, as well as cleaning up some components that are no longer used.

Closes codecov/engineering-team#999
Closes codecov/engineering-team#1214

Notable Changes

  • Removed bundleAnalysisPRAndCommitPages flag
  • Removed newBundleTab flag
  • Removed V0 bundle tab components

Copy link

codecov-public-qa bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d2a63eb) 98.43% compared to head (eefd946) 98.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2693      +/-   ##
==========================================
- Coverage   98.43%   98.43%   -0.01%     
==========================================
  Files         855      852       -3     
  Lines       12112    12041      -71     
  Branches     3171     3143      -28     
==========================================
- Hits        11923    11852      -71     
  Misses        185      185              
  Partials        4        4              
Files Coverage Δ
src/pages/CommitDetailPage/CommitDetailPage.tsx 100.00% <100.00%> (ø)
...ge/routes/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...s/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/PullRequestPage/PullRequestPage.tsx 100.00% <100.00%> (ø)
...epoPage/BundlesTab/BundleContent/BundleContent.tsx 100.00% <100.00%> (ø)
.../RepoPage/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...e/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
.../pages/RepoPage/PullsTab/PullsTable/PullsTable.tsx 100.00% <100.00%> (ø)
...epoPage/PullsTab/PullsTableTeam/PullsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/RepoPage.tsx 100.00% <100.00%> (ø)
... and 1 more
Components Coverage Δ
Assets 55.55% <ø> (ø)
Layouts 97.13% <ø> (ø)
Pages 99.31% <100.00%> (-0.01%) ⬇️
Services 99.58% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.17% <ø> (ø)

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 d2a63eb...eefd946. Read the comment docs.

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.43%. Comparing base (d2a63eb) to head (eefd946).

✅ All tests successful. No failed tests found ☺️

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2693     +/-   ##
=======================================
- Coverage   98.44   98.43   -0.01     
=======================================
  Files        855     852      -3     
  Lines      12112   12041     -71     
  Branches    3188    3107     -81     
=======================================
- Hits       11923   11852     -71     
  Misses       185     185             
  Partials       4       4             
Files Coverage Δ
src/pages/CommitDetailPage/CommitDetailPage.tsx 100.00% <100.00%> (ø)
...ge/routes/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...s/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/PullRequestPage/PullRequestPage.tsx 100.00% <100.00%> (ø)
...epoPage/BundlesTab/BundleContent/BundleContent.tsx 100.00% <100.00%> (ø)
.../RepoPage/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...e/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
.../pages/RepoPage/PullsTab/PullsTable/PullsTable.tsx 100.00% <100.00%> (ø)
...epoPage/PullsTab/PullsTableTeam/PullsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/RepoPage.tsx 100.00% <100.00%> (ø)
... and 1 more
Components Coverage Δ
Assets 55.55% <ø> (ø)
Layouts 97.13% <ø> (ø)
Pages 99.31% <100.00%> (-0.01%) ⬇️
Services 99.58% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.17% <ø> (ø)

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 d2a63eb...eefd946. Read the comment docs.

@codecov-qa
Copy link

codecov-qa bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.43%. Comparing base (d2a63eb) to head (eefd946).

✅ All tests successful. No failed tests found ☺️

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2693      +/-   ##
==========================================
- Coverage   98.43%   98.43%   -0.01%     
==========================================
  Files         855      852       -3     
  Lines       12112    12041      -71     
  Branches     3171     3164       -7     
==========================================
- Hits        11923    11852      -71     
  Misses        185      185              
  Partials        4        4              
Files Coverage Δ
src/pages/CommitDetailPage/CommitDetailPage.tsx 100.00% <100.00%> (ø)
...ge/routes/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...s/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/PullRequestPage/PullRequestPage.tsx 100.00% <100.00%> (ø)
...epoPage/BundlesTab/BundleContent/BundleContent.tsx 100.00% <100.00%> (ø)
.../RepoPage/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...e/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
.../pages/RepoPage/PullsTab/PullsTable/PullsTable.tsx 100.00% <100.00%> (ø)
...epoPage/PullsTab/PullsTableTeam/PullsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/RepoPage.tsx 100.00% <100.00%> (ø)
... and 1 more
Components Coverage Δ
Assets 55.55% <ø> (ø)
Layouts 97.13% <ø> (ø)
Pages 99.31% <100.00%> (-0.01%) ⬇️
Services 99.58% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.17% <ø> (ø)

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 d2a63eb...eefd946. Read the comment docs.

@codecov-releaser
Copy link
Contributor

codecov-releaser commented Mar 13, 2024

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Commit Created Cloud Enterprise
9e7e860 Wed, 13 Mar 2024 13:25:28 GMT Expired Expired
eefd946 Thu, 28 Mar 2024 20:06:41 GMT Cloud Enterprise

Copy link
Contributor

@spalmurray-codecov spalmurray-codecov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nicholas-codecov nicholas-codecov force-pushed the gh-eng-999-and-1214-remove-bundle-analysis-flags branch from 9e7e860 to b31e317 Compare March 28, 2024 19:51
@codecov-notifications
Copy link

codecov-notifications bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2693      +/-   ##
==========================================
- Coverage   98.43%   98.43%   -0.01%     
==========================================
  Files         855      852       -3     
  Lines       12112    12041      -71     
  Branches     3135     3107      -28     
==========================================
- Hits        11923    11852      -71     
  Misses        185      185              
  Partials        4        4              
Files Coverage Δ
src/pages/CommitDetailPage/CommitDetailPage.tsx 100.00% <100.00%> (ø)
...ge/routes/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...s/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/PullRequestPage/PullRequestPage.tsx 100.00% <100.00%> (ø)
...epoPage/BundlesTab/BundleContent/BundleContent.tsx 100.00% <100.00%> (ø)
.../RepoPage/CommitsTab/CommitsTable/CommitsTable.tsx 100.00% <100.00%> (ø)
...e/CommitsTab/CommitsTableTeam/CommitsTableTeam.tsx 100.00% <100.00%> (ø)
.../pages/RepoPage/PullsTab/PullsTable/PullsTable.tsx 100.00% <100.00%> (ø)
...epoPage/PullsTab/PullsTableTeam/PullsTableTeam.tsx 100.00% <100.00%> (ø)
src/pages/RepoPage/RepoPage.tsx 100.00% <100.00%> (ø)
... and 1 more
Components Coverage Δ
Assets 55.55% <ø> (ø)
Layouts 97.13% <ø> (ø)
Pages 99.31% <100.00%> (-0.01%) ⬇️
Services 99.58% <ø> (ø)
Shared 99.83% <ø> (ø)
UI 94.17% <ø> (ø)

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 d2a63eb...eefd946. Read the comment docs.

Copy link

codecov bot commented Mar 28, 2024

Bundle Report

Changes will decrease total bundle size by 7.18kB ⬇️

Bundle name Size Change
gazebo-production-array-push 5.96MB 7.18kB ⬇️

@codecov-staging
Copy link

Bundle Report

Changes will decrease total bundle size by 7.18kB ⬇️

Bundle name Size Change
gazebo-staging-array-push 5.96MB 7.18kB ⬇️

@nicholas-codecov nicholas-codecov merged commit f0deb04 into main Mar 28, 2024
55 of 58 checks passed
@nicholas-codecov nicholas-codecov deleted the gh-eng-999-and-1214-remove-bundle-analysis-flags branch March 28, 2024 20:24
RulaKhaled pushed a commit that referenced this pull request Apr 2, 2024
RulaKhaled added a commit that referenced this pull request Apr 3, 2024
* feat: Create useRepoComponents hook

* We need branch not term

* fix: Handle guest feature error, no nested catch (#2709)

* fix: Handle guest feature error, no nested catch

* Update tests to reflect graphql error

* Fix when to raise an error

* my bad bro

* Update to re add catch block

* build: grab github sha from env (#2672)

Update Sentry deps and bundler plugin config to prepare for incoming fix to source map uploading.

* ref: Convert file entry stuff to ts (#2698)

Part of codecov/engineering-team#588

* chore: Remove bundle analysis flags (#2693)

Remove bundle analysis feature flags from Gazebo.

GH codecov/engineering-team#999
GH codecov/engineering-team#1214

* Prepare release 24.4.1 (#2737)

* Update to use react props with children

---------

Co-authored-by: nicholas-codecov <nicholas.deschenes@sentry.io>
Co-authored-by: Spencer Murray <159931558+spalmurray-codecov@users.noreply.github.com>
Co-authored-by: Codecov Releaser <devops+releaser@codecov.io>
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.

[Client] Remove bundles tab feature flag [Client] Remove bundle analysis feature flag
3 participants