Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viiees/ts-coverage
TypeScript codebase coverage histogram
https://github.com/viiees/ts-coverage
Last synced: 29 days ago
JSON representation
TypeScript codebase coverage histogram
- Host: GitHub
- URL: https://github.com/viiees/ts-coverage
- Owner: ViieeS
- Created: 2020-06-29T01:51:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T23:01:50.000Z (over 3 years ago)
- Last Synced: 2024-11-29T06:17:04.913Z (about 1 month ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-coverage
When you migrate your project to TypeScript it's useful to track the progress.
Ts-coverage print a simple histogram so you can always know how close to the goal you are.## Example
`npx ts-coverage ./src`
*Output*
```
.js(x) | ################# | 1933 (97.9%)
.ts(x) | # | 41 (2.1%)
```