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.
- Host: GitHub
- URL: https://github.com/ljharb/istanbul-merge
- Owner: ljharb
- License: mit
- Created: 2016-03-11T19:12:44.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T00:14:43.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:16:05.528Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 51
- Watchers: 4
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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