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

1.0.5 • Public • Published

THIS IS A FORK

The original work has been done by Borre Mosch.

I desperately needed the ability to get converages files from a file glob pattern and I have implemented this in a fork, which is currently not merged into the main cobertura-merge tool.

Use this package at your own will.

Usage

It can be installed through npm and used locally:

npm install cobertura-merge
cobertura-merge -o output.xml --files=**/*_coverage.xml

Or it can be used directly without installing through npx:

npx cobertura-merge -o output.xml --files=**/*_coverage.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

Readme

Keywords

none

Package Sidebar

Install

npm i cobertura-merge-globby

Weekly Downloads

670

Version

1.0.5

License

MIT

Unpacked Size

112 kB

Total Files

39

Last publish

Collaborators

  • andreaswachs