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

1.0.4 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.425,098latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.425,098
1.0.31,066
1.0.20
1.0.10
1.0.00
0.4.0187
0.3.179
0.3.00
0.2.20
0.2.10
0.2.00
0.1.00

Package Sidebar

Install

npm i cobertura-merge

Weekly Downloads

26,430

Version

1.0.4

License

ISC

Unpacked Size

356 kB

Total Files

42

Last publish

Collaborators

  • borremosch