Socket
Socket
Sign inDemoInstall

gemini-coverage

Package Overview
Dependencies
57
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gemini-coverage

[![Build Status](https://travis-ci.org/bem/gemini-coverage.svg?branch=master)](https://travis-ci.org/bem/gemini-coverage) [![Code Climate](https://codeclimate.com/github/bem/gemini-coverage/badges/gpa.svg)](https://codeclimate.com/github/bem/gemini-covera


Version published
Weekly downloads
149
increased by79.52%
Maintainers
2
Install size
4.30 MB
Created
Weekly downloads
 

Readme

Source

Simple gemini coverage

Build Status Code Climate Test Coverage

Инструмент позволяет получать минимальную информацию о покрытии библиотеки gemini-тестами.

Установка

npm i gemini-coverage

Использование

gemini-coverage <path_to_bem_library> # (стандартный, консольный отчет)
gemini-coverage <path_to_bem_library> -r html # (отчет в виде html)
gemini-coverage <path_to_bem_library> -r number # (отчет в виде чисел - 3/5)
var geminiCoverage = require('gemini-coverage');
...
return geminiCoverage.mkReport(path_to_bem_library, reporter)
    .then(function(coverage) {
        console.log(geminiCoverage.summarizeCoverage(coverage));
    });

FAQs

Last updated on 24 Sep 2014

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