-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit uses the [new merge algorithm][merge] to handle sub-processes. It fixes the issues reported in bcoe/v8-coverage-merge#7 and improves performance. [merge]: https://github.com/demurgos/v8-coverage/blob/master/docs/merge.md
- Loading branch information
Showing
4 changed files
with
72 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
"author": "Ben Coe <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@c88/v8-coverage": "^0.1.0", | ||
"find-up": "^3.0.0", | ||
"foreground-child": "^1.5.6", | ||
"istanbul-lib-coverage": "^2.0.1", | ||
|
@@ -41,7 +42,6 @@ | |
"rimraf": "^2.6.2", | ||
"test-exclude": "^5.0.0", | ||
"uuid": "^3.3.2", | ||
"v8-coverage-merge": "^1.1.2", | ||
"v8-to-istanbul": "^1.2.0", | ||
"yargs": "^12.0.2", | ||
"yargs-parser": "^10.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters