1.0.4 • Published 1 year ago

cobertura-merge v1.0.4

Weekly downloads
8,412
License
ISC
Repository
github
Last release
1 year ago

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
1.0.4

1 year ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.4.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago