1.0.3 • Published 9 months ago

merge-cobertura v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Merge Cobertura

NPM Version

Utility to merge multiple cobertura xml files into one.

Background

Got inspired by cobertura-merge, intention on replacing the node-gyp usage.

Usage

It can be installed through npm and used locally:

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

Or it can be used directly without installing through npx:

npx merge-cobertura -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
1.0.3

9 months ago

1.0.2

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago