mrjono1 / joi-to-typescript

Convert Joi Schemas to TypeScript interfaces
MIT License
126 stars 40 forks source link

return any for alternatives.conditional. #302

Closed gaurav5430 closed 1 year ago

gaurav5430 commented 1 year ago

basic handling for #301

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (ffe50b2) 98.58% compared to head (ba671ca) 98.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #302 +/- ## ======================================= Coverage 98.58% 98.58% ======================================= Files 9 9 Lines 494 495 +1 Branches 189 190 +1 ======================================= + Hits 487 488 +1 Misses 7 7 ``` | [Impacted Files](https://codecov.io/gh/mrjono1/joi-to-typescript/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/parse.ts](https://codecov.io/gh/mrjono1/joi-to-typescript/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BhcnNlLnRz) | `97.14% <100.00%> (+0.01%)` | :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=None). 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=None)

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

gaurav5430 commented 1 year ago

hey @mrjono1 , any comments here?