merge-cobertura
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Merge Cobertura

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

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

Package Sidebar

Install

npm i merge-cobertura

Weekly Downloads

204

Version

1.0.1

License

MIT

Unpacked Size

27.2 kB

Total Files

21

Last publish

Collaborators

  • terryzhang