Skip to content

Commit 7e93c48

Browse files
MoLowaduh95
authored andcommitted
doc: update test runner coverage limitations
PR-URL: #52515 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 1fca8ba commit 7e93c48

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/api/test.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,12 +504,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de
504504

505505
### Limitations
506506

507-
The test runner's code coverage functionality has the following limitations,
508-
which will be addressed in a future Node.js release:
509-
510-
* Source maps are not supported.
511-
* Excluding specific files or directories from the coverage report is not
512-
supported.
507+
The test runner's code coverage functionality does not support excluding
508+
specific files or directories from the coverage report.
513509

514510
## Mocking
515511

0 commit comments

Comments
 (0)