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

fix(component): add displayName to TextInput #219

Merged

Conversation

davemooreuws
Copy link
Contributor

Fixes #218

@codecov
Copy link

codecov bot commented Jun 13, 2022

Codecov Report

Merging #219 (12fcff5) into main (8bf92ec) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   98.98%   98.99%           
=======================================
  Files         127      127           
  Lines        7720     7728    +8     
  Branches      905      907    +2     
=======================================
+ Hits         7642     7650    +8     
  Misses         78       78           
Impacted Files Coverage Δ
src/lib/components/FormControls/TextInput.spec.tsx 100.00% <100.00%> (ø)
src/lib/components/FormControls/TextInput.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8bf92ec...12fcff5. Read the comment docs.

@rluders
Copy link
Collaborator

rluders commented Jun 13, 2022

Thanks, @davemooreuws

@rluders rluders merged commit cb5ca89 into themesberg:main Jun 13, 2022
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.

Document error
2 participants