iway1 / react-ts-form

https://react-ts-form.com
MIT License
2.01k stars 35 forks source link

Duplicate id checking now happens per call to createTsForm #29

Closed iway1 closed 1 year ago

iway1 commented 1 year ago

Closes #28

codecov-commenter commented 1 year ago

Codecov Report

Base: 98.57% // Head: 100.00% // Increases project coverage by +1.42% :tada:

Coverage data is based on head (ad28311) compared to base (3c7c76b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## =========================================== + Coverage 98.57% 100.00% +1.42% =========================================== Files 9 9 Lines 281 286 +5 Branches 76 77 +1 =========================================== + Hits 277 286 +9 + Misses 4 0 -4 ``` | [Impacted Files](https://codecov.io/gh/iway1/react-ts-form/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Isaac+Way) | Coverage Δ | | |---|---|---| | [src/createFieldSchema.tsx](https://codecov.io/gh/iway1/react-ts-form/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Isaac+Way#diff-c3JjL2NyZWF0ZUZpZWxkU2NoZW1hLnRzeA==) | `100.00% <ø> (ø)` | | | [src/createSchemaForm.tsx](https://codecov.io/gh/iway1/react-ts-form/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Isaac+Way#diff-c3JjL2NyZWF0ZVNjaGVtYUZvcm0udHN4) | `100.00% <100.00%> (+1.38%)` | :arrow_up: | | [src/logging.ts](https://codecov.io/gh/iway1/react-ts-form/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Isaac+Way#diff-c3JjL2xvZ2dpbmcudHM=) | `100.00% <0.00%> (+16.66%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Isaac+Way). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Isaac+Way)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.