commit | f8ee19761493dc2a444fc12d4753f9add637cb39 | [log] [tgz] |
---|---|---|
author | Wayne Andrews <[email protected]> | Tue Jan 10 09:21:30 2017 |
committer | Michael Dawson <[email protected]> | Fri Feb 17 15:25:36 2017 |
tree | cf54f7a10d56ad6a5008fcf8a3fd03521495d992 | |
parent | 82ddf96828b1358e9d9abcff3c9b28bedb06a113 [diff] [blame] |
build: add code coverage to make PR-URL: https://github.com/nodejs/node/pull/10856 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
diff --git a/node.gyp b/node.gyp index 59d9326..0d5b6c2 100644 --- a/node.gyp +++ b/node.gyp
@@ -94,6 +94,7 @@ 'lib/internal/process/warning.js', 'lib/internal/process.js', 'lib/internal/querystring.js', + 'lib/internal/process/write-coverage.js', 'lib/internal/readline.js', 'lib/internal/repl.js', 'lib/internal/socket_list.js',