Skip to content

borremosch/cobertura-merge

Repository files navigation

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

option description
-o FILE Outputs the generated xml to the specified file
-p, --print Prints a summary of the code coverage to the standard output

About

Node package to merge cobertura XML files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published