Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

istanbul-coverage-display

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-coverage-display

React component which can be added to instrumentation build to display coverage report of testing.

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

istanbul-coverage-display

React component which can be added to instrumentation build to display coverage report of testing.

To install

npm install istanbul-coverage-display

It has a peer dependency of React 16. This component should be part of the test build only. In the test build, you should be using babel-plugin-istanbul to instrument the source code. This component has a peer (indirect) dependency on istanbul-lib-coverage installed by babel-plugin-istanbul.

Summary view

import { CoverageSummary } from 'istanbul-coverage-display';

This component adds a button to one of the four corner of the browser window to show coverage report. The position prop accepts four values: one of bottomLeft, topLeft, bottomRight, topRight. By default, the button is at the bottomLeft.

Coverage display

Detail view

import { CoverageDetail } from 'istanbul-coverage-display';

This shows the detailed coverage report in a tree-table format.

Coverage display

getCoverage API

If you just want the coverage object as a processed JSON object for consumption, use

import { getCoverage } from 'istanbul-coverage-display';

More info

There is a demo project for this package. And there is a blog post with more details about why we need this.

Keywords

FAQs

Package last updated on 11 Jan 2019

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc