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

feat(Label): add required option #636

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ntdoJanneck
Copy link
Member

closes #319

Copy link
Contributor

Coverage Report for ./packages/components/

Status Category Percentage Covered / Total
🔵 Lines 28.43% 3271 / 11503
🔵 Statements 28.43% 3271 / 11503
🔵 Functions 31.27% 182 / 582
🔵 Branches 55.54% 406 / 731
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
packages/components/src/components/Label/Label.tsx 0% 0% 0% 0% 1-8, 10, 22-32, 34, 36-38, 40-41, 43-50, 52, 54
packages/components/src/components/Label/stories/Default.stories.tsx 0% 0% 0% 0% 1-4, 8-11, 13-18, 22, 24, 26, 28-36, 40-44, 46
packages/components/src/components/NumberField/NumberField.tsx 0% 0% 0% 0% 1-6, 8-10, 16, 18, 24-25, 27, 29-41, 43-52, 54-63, 65-74, 76, 78
packages/components/src/components/SearchField/SearchField.tsx 23.8% 100% 100% 23.8% 22, 24-28, 30, 32, 34-46, 48-53, 55-68, 70-75, 77
packages/components/src/components/Select/Select.tsx 0% 0% 0% 0% 1-2, 4, 6-11, 13-15, 17-18, 30-34, 36-37, 39-43, 45-49, 51-66, 68-71, 73-75, 77, 79, 81-88, 90-96, 98-101, 103-107, 109, 111
packages/components/src/components/TextFieldBase/TextFieldBase.tsx 0% 0% 0% 0% 1-5, 7-11, 19-24, 26, 28, 30-42, 44-51, 53-59, 61-66, 68-75, 77-79, 81-82, 84
Generated in workflow #1306

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.

Add required option to Label
1 participant