node/lib/internal/test_runner
Colin Ihrig b47fce0762
test_runner: remove redundant check from coverage
The code coverage reporting logic already filters out URLs that
don't start with 'file:', so there is no need to also filter
out URLs that start with 'node:'.

PR-URL: https://github.com/nodejs/node/pull/48070
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
2023-05-29 04:47:21 +00:00
..
reporter test_runner: dont split lines on test:stdout 2023-05-25 10:49:38 +00:00
coverage.js test_runner: remove redundant check from coverage 2023-05-29 04:47:21 +00:00
harness.js test_runner: pass FORCE_COLOR to child process 2023-05-25 10:49:39 +00:00
mock.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
runner.js test_runner: pass FORCE_COLOR to child process 2023-05-25 10:49:39 +00:00
test.js test: fix suite signal 2023-05-17 08:57:21 +00:00
tests_stream.js test_runner: delegate stderr and stdout formatting to reporter 2023-05-23 04:44:48 +00:00
utils.js test_runner: pass FORCE_COLOR to child process 2023-05-25 10:49:39 +00:00