Socket
Socket
Sign inDemoInstall

umbo-istanbul

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

umbo-istanbul

Istanbul parser for Umbo


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

umbo-istanbul

Parses Istanbul's json-summary report for Umbo

$ umbo-istanbul --help

  Usage: umbo-istanbul [options]

  Options:

    -h, --help                  output usage information
    -V, --version               output the version number
    -b, --badge <badge id>      Umbo badge id
    -t, --token <private token> Umbo private token
    -u, --url <URL to Umbo>     Umbos URL, defaults to http://umbo.zynesis.com/:badge
    -j, --json-summary <path>   Path to json-summary reported by istanbul. Defaults to coverage/coverage-summary.json
    -t, --type <type>           Coverage type: lines, statements, functions or branches. Defaults to lines.

  Usage example:

    Ensure that json-summary report is generated by istanbul cover
    $ istanbul cover --report json-summary mocha

    Parse json-summary report and send to Umbo
    $ export UMBO_BADGE=YOUR_UMBO_BADGE_ID;
    $ export UMBO_TOKEN=PRIVATE_TOKEN;
    $ umbo-istanbul

Keywords

FAQs

Package last updated on 04 Jul 2015

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