node/lib/internal/test_runner
cjihrig b31d587dc8
test_runner: support combining coverage reports
This commit adds support for combining code coverage reports
in the test runner. This allows coverage to be collected for
child processes, and by extension, the test runner CLI.

PR-URL: https://github.com/nodejs/node/pull/47686
Fixes: https://github.com/nodejs/node/issues/47669
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2023-04-28 13:13:53 +00:00
..
reporter test_runner: avoid reporting parents of failing tests in summary 2023-04-18 07:36:56 +00:00
coverage.js test_runner: support combining coverage reports 2023-04-28 13:13:53 +00:00
harness.js test_runner: fix test counting 2023-04-24 22:32:00 +00:00
mock.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
runner.js test_runner: remove no-op validation 2023-04-25 16:03:51 +00:00
tap_checker.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
tap_lexer.js test_runner: accept \x1b as a escape symbol 2023-03-16 20:39:36 +00:00
tap_parser.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
test.js test_runner: fix test runner concurrency 2023-04-24 22:32:01 +00:00
tests_stream.js test_runner: fix test runner concurrency 2023-04-24 22:32:01 +00:00
utils.js test_runner: fix test counting 2023-04-24 22:32:00 +00:00
yaml_to_js.js test_runner: stringify AssertError expected and actual 2023-04-04 04:14:23 +00:00