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

semicov

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semicov

Test coverage tool. It can generate nifty html report.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
47
decreased by-22.95%
Maintainers
1
Weekly downloads
 
Created
Source

Test coverage tool. It can generate nifty html report.

Installation

npm install semicov

It works only...

...only if your code has semicolons. And it will break badly-written javascript:

if (condition) doSomething();
else doSomethingElse();

So, basically it should work very well for any code passed following jslint validations:

Usage

Put following line before very first line of your code

require('semicov').init('lib'); // 'lib' is name of dir with code

Optionally put this code somewhere

process.on('exit', require('semicov').report);

And it will generate ./coverage.html for you.

FAQs

Package last updated on 07 Oct 2012

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