ekino / v6y

Vitality is a tool crafted to maintain and optimize the health and performance of codebase and applications.
MIT License
4 stars 1 forks source link

[FEATURE]: TypeScript Type Coverage Reporting #15

Open helabenkhalfallah opened 1 month ago

helabenkhalfallah commented 1 month ago

✨ Description

This feature integrates TypeScript type coverage reporting into the Vitality platform. By leveraging tools like typescript-coverage-report or type-coverage, Vitality will provide developers with insights into the "typedness" of their TypeScript code, helping them identify areas where type information might be missing or incomplete.

🚀 Motivation

📝 Proposed Solution

🔗 Relevant Links (if any)

https://github.com/alexcanessa/typescript-coverage-report https://github.com/plantain-00/type-coverage?tab=readme-ov-file