Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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%)
```