Socket
Socket
Sign inDemoInstall

jest-coverage-to-csv

Package Overview
Dependencies
17
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jest-coverage-to-csv

Convert jest coverage json to csv


Version published
Weekly downloads
830
decreased by-10.17%
Maintainers
1
Install size
1.79 MB
Created
Weekly downloads
 

Readme

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

  1. Install jest-coverage-to-csv
    npm install -g jest-coverage-to-csv
    
  2. 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

  1. Fork this repo
  2. Develop
  3. Create pull request
  4. Tag @rizqirizqi for review
  5. Merge~~

Development

yarn dev

Test

yarn test

Lint

yarn lint

License

MIT

Keywords

FAQs

Last updated on 02 Dec 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc