Skip to content

Commit a8bc40f

Browse files
MoLowmarco-ippolito
authored andcommittedMay 3, 2024
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 0a225a4 commit a8bc40f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

‎doc/api/test.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de
475475

476476
### Limitations
477477

478-
The test runner's code coverage functionality has the following limitations,
479-
which will be addressed in a future Node.js release:
480-
481-
* Source maps are not supported.
482-
* Excluding specific files or directories from the coverage report is not
483-
supported.
478+
The test runner's code coverage functionality does not support excluding
479+
specific files or directories from the coverage report.
484480

485481
## Mocking
486482

0 commit comments

Comments
 (0)
Please sign in to comment.