plantain-00/type-coverage

Coverage Results are different before and after dependencies installed

Opened this issue · 1 comments

Some of the infer types are decided by the related type dependencies. I want to scan and generate coverage report in the CI/CD, how could I get the same results whether I install the dependencies(Local) or not(Remote CI/CD)?

I don't think it's possible, their type declarations provided by .d.ts are necessary for type coverage checking, if they are missing, their types will fallback to any