🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jest-coverage-to-csv

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-coverage-to-csv

Convert jest coverage json to csv

2.0.0
latest
Source
npm
Version published
Weekly downloads
2.5K
51.67%
Maintainers
1
Weekly downloads
 
Created
Source

jest-coverage-to-csv

Jest coverage report converter from json to csv

Build Status version downloads MIT License

contributions welcome Watch on GitHub Star on GitHub Tweet

Usage

  • Install jest-coverage-to-csv
    npm install -g jest-coverage-to-csv
    
  • Run this command inside your directory
    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

License

MIT

Keywords

converter

FAQs

Package last updated on 02 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts