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

cobertura-merge

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cobertura-merge

Merges cobertura XML files

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm version build code style: prettier language

Utility to merge multiple cobertura xml files into one.

Usage

It can be installed through npm and used locally:

npm install cobertura-merge
cobertura-merge -o output.xml package1=input1.xml package2=input2.xml

Or it can be used directly without installing through npx:

npx cobertura-merge -o output.xml package1=input1.xml package2=input2.xml

Options

optiondescription
-o FILEOutputs the generated xml to the specified file
-p, --printPrints a summary of the code coverage to the standard output

FAQs

Package last updated on 01 Dec 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

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