An open API service indexing awesome lists of open source software.

https://github.com/ljharb/istanbul-merge

Merge multiple istanbul coverage reports into one.
https://github.com/ljharb/istanbul-merge

Last synced: 13 days ago
JSON representation

Merge multiple istanbul coverage reports into one.

Awesome Lists containing this project

README

          

# istanbul-merge [![Version Badge][2]][1]

[![Build Status][3]][4]
[![dependency status][5]][6]
[![dev dependency status][7]][8]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]

[![npm badge][11]][1]

Merge multiple istanbul coverage reports into one.

## Example

```sh
istanbul-merge --out coverage.raw.json coverage1/coverage.raw.json coverage2/coverage.raw.json
```

## Tests
Simply clone the repo, `npm install`, and run `npm test`

[1]: https://npmjs.org/package/istanbul-merge
[2]: http://versionbadg.es/ljharb/istanbul-merge.svg
[3]: https://travis-ci.org/ljharb/istanbul-merge.svg
[4]: https://travis-ci.org/ljharb/istanbul-merge
[5]: https://david-dm.org/ljharb/istanbul-merge.svg
[6]: https://david-dm.org/ljharb/istanbul-merge
[7]: https://david-dm.org/ljharb/istanbul-merge/dev-status.svg
[8]: https://david-dm.org/ljharb/istanbul-merge#info=devDependencies
[11]: https://nodei.co/npm/istanbul-merge.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/istanbul-merge.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/istanbul-merge.svg
[downloads-url]: http://npm-stat.com/charts.html?package=istanbul-merge