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 old MyContextSwitcher #3213

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

nicholas-codecov
Copy link
Contributor

Description

This PR removes the layouts/MyContextSwitcher from the codebase as it's no longer being used, and updates a test that was mocking out, even though it was no longer in use.

Notable Changes

  • Remove layouts/MyContextSwitcher
  • Remove mock that wasn't being used from test

@codecov-staging
Copy link

Bundle Report

Changes will decrease total bundle size by 33 bytes ⬇️

Bundle name Size Change
gazebo-staging-array-push 6.0MB 33 bytes ⬇️

Copy link

codecov bot commented Sep 19, 2024

Bundle Report

Changes will decrease total bundle size by 33 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-production-array-push 6.0MB 33 bytes (-0.0%) ⬇️

@codecov-qa
Copy link

codecov-qa bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.06%. Comparing base (82fa7ae) to head (40ba023).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3213      +/-   ##
==========================================
- Coverage   99.06%   99.06%   -0.01%     
==========================================
  Files         799      798       -1     
  Lines       13975    13964      -11     
  Branches     3960     3958       -2     
==========================================
- Hits        13845    13834      -11     
  Misses        122      122              
  Partials        8        8              
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.50% <ø> (-0.05%) ⬇️
Pages 98.88% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.58% <ø> (ø)
UI 99.26% <ø> (ø)

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 82fa7ae...40ba023. Read the comment docs.

@codecov-notifications
Copy link

codecov-notifications bot commented Sep 19, 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    #3213      +/-   ##
==========================================
- Coverage   99.06%   99.06%   -0.01%     
==========================================
  Files         799      798       -1     
  Lines       13975    13964      -11     
  Branches     3965     3958       -7     
==========================================
- Hits        13845    13834      -11     
  Misses        122      122              
  Partials        8        8              
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.50% <ø> (-0.05%) ⬇️
Pages 98.88% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.58% <ø> (ø)
UI 99.26% <ø> (ø)

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 82fa7ae...40ba023. Read the comment docs.

Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.06%. Comparing base (82fa7ae) to head (40ba023).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3213      +/-   ##
==========================================
- Coverage   99.06%   99.06%   -0.01%     
==========================================
  Files         799      798       -1     
  Lines       13975    13964      -11     
  Branches     3879     3958      +79     
==========================================
- Hits        13845    13834      -11     
  Misses        122      122              
  Partials        8        8              
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.50% <ø> (-0.05%) ⬇️
Pages 98.88% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.58% <ø> (ø)
UI 99.26% <ø> (ø)

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 82fa7ae...40ba023. Read the comment docs.

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.06%. Comparing base (82fa7ae) to head (40ba023).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##               main      #3213   +/-   ##
===========================================
  Coverage   99.06000   99.06000           
===========================================
  Files           799        798    -1     
  Lines         13975      13964   -11     
  Branches       3879       3963   +84     
===========================================
- Hits          13845      13834   -11     
  Misses          122        122           
  Partials          8          8           
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.50% <ø> (-0.05%) ⬇️
Pages 98.88% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.58% <ø> (ø)
UI 99.26% <ø> (ø)

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 82fa7ae...40ba023. Read the comment docs.

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
40ba023 Thu, 19 Sep 2024 14:49:22 GMT Cloud Enterprise

@nicholas-codecov nicholas-codecov added this pull request to the merge queue Sep 19, 2024
Merged via the queue into main with commit 0ecb48e Sep 19, 2024
64 checks passed
@nicholas-codecov nicholas-codecov deleted the chore-remove-old-my-context-switcher branch September 19, 2024 15:18
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