🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@byndyusoft/sonar-coverage-reporter

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byndyusoft/sonar-coverage-reporter

SonarQube coverage reporter for Istanbul

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
4
Created
Source

node-sonar-coverage-reporter

npm@latest test code style: prettier semantic-release

SonarQube coverage reporter for Istanbul

Requirements

  • Node.js v14 LTS or later
  • npm or yarn

Install

npm install --save-dev @byndyusoft/sonar-coverage-reporter

or

yarn add --dev @byndyusoft/sonar-coverage-reporter

Usage

Add coverage reporter to your Jest configuration:

{ "coverageReporters": ["@byndyusoft/sonar-coverage-reporter"] }

With options:

{
  "coverageReporters": [
    ["@byndyusoft/sonar-coverage-reporter", { "threshold": 100 }]
  ]
}

Maintainers

License

This repository is released under version 2.0 of the Apache License.

FAQs

Package last updated on 27 Jan 2022

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