jest-coverage-to-csv
Jest coverage report converter from json to csv!Build Statusbuild-badgebuild-url !versionversion-badgeversion-url !downloadsdownloads-badgedownloads-url !MIT Licenselicense-badgelicense-url
!contributions welcomecontrib-badgecontrib-url !Watch on GitHubgithub-watch-badgegithub-watch !Star on GitHubgithub-star-badgegithub-star !Tweettwitter-badgetwitter
Usage
- Install jest-coverage-to-csv
```bash
npm install -g jest-coverage-to-csv
```
- Run this command inside your directory
```bash
yarn test --coverage --coverageReporters=json-summary && jest-coverage-to-csv
```
Or use it in your package.json
Help
jest-coverage-to-csv --help
Contributing
- Fork this repo
- Develop
- Create pull request
- Tag @rizqirizqi for review
- Merge
Development
yarn dev
Test
yarn test
Lint
yarn lint