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: Update ui/TextInput to Vitest #3233

Merged
merged 5 commits into from
Sep 23, 2024

Conversation

nicholas-codecov
Copy link
Contributor

Description

This PR updates ui/TextInput to Vitest

@codecov-staging
Copy link

codecov-staging bot commented Sep 21, 2024

Bundle Report

Changes will increase total bundle size by 1.64kB (0.03%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-staging-array-push 6.04MB 1.64kB (0.03%) ⬆️

@codecov-releaser
Copy link
Contributor

codecov-releaser commented Sep 21, 2024

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
96617ba Sat, 21 Sep 2024 17:17:32 GMT Expired Expired
8fb696a Mon, 23 Sep 2024 18:36:20 GMT Cloud Enterprise

@codecov-staging
Copy link

codecov-staging bot commented Sep 23, 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    #3233      +/-   ##
==========================================
- Coverage   98.98%   98.98%   -0.01%     
==========================================
  Files         805      805              
  Lines       14035    14034       -1     
  Branches     3990     3990              
==========================================
- Hits        13892    13891       -1     
  Misses        134      134              
  Partials        9        9              
Files with missing lines Coverage Δ
src/ui/TextInput/TextInput.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.72% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.65% <ø> (ø)
UI 99.18% <100.00%> (-0.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 efdd939...8fb696a. Read the comment docs.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (efdd939) to head (8fb696a).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##               main      #3233   +/-   ##
===========================================
  Coverage   98.98000   98.98000           
===========================================
  Files           805        805           
  Lines         14035      14034    -1     
  Branches       3985       3990    +5     
===========================================
- Hits          13892      13891    -1     
  Misses          134        134           
  Partials          9          9           
Files with missing lines Coverage Δ
src/ui/TextInput/TextInput.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.72% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.65% <ø> (ø)
UI 99.18% <100.00%> (-0.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 efdd939...8fb696a. Read the comment docs.

@codecov-qa
Copy link

codecov-qa bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (efdd939) to head (8fb696a).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3233      +/-   ##
==========================================
- Coverage   98.98%   98.98%   -0.01%     
==========================================
  Files         805      805              
  Lines       14035    14034       -1     
  Branches     3990     3990              
==========================================
- Hits        13892    13891       -1     
  Misses        134      134              
  Partials        9        9              
Files with missing lines Coverage Δ
src/ui/TextInput/TextInput.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.72% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.65% <ø> (ø)
UI 99.18% <100.00%> (-0.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 efdd939...8fb696a. Read the comment docs.

Copy link

codecov-public-qa bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (efdd939) to head (8fb696a).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3233      +/-   ##
==========================================
- Coverage   98.98%   98.98%   -0.01%     
==========================================
  Files         805      805              
  Lines       14035    14034       -1     
  Branches     3985     3990       +5     
==========================================
- Hits        13892    13891       -1     
  Misses        134      134              
  Partials        9        9              
Files Coverage Δ
src/ui/TextInput/TextInput.tsx 100.00% <100.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.72% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.65% <ø> (ø)
UI 99.18% <100.00%> (-0.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 efdd939...8fb696a. Read the comment docs.

@nicholas-codecov nicholas-codecov added this pull request to the merge queue Sep 23, 2024
Merged via the queue into main with commit 850fc49 Sep 23, 2024
64 checks passed
@nicholas-codecov nicholas-codecov deleted the chore-update-ui-text-input-to-ts branch September 23, 2024 19:13
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