We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a225a4 commit a8bc40fCopy full SHA for a8bc40f
doc/api/test.md
@@ -475,12 +475,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de
475
476
### Limitations
477
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.
+The test runner's code coverage functionality does not support excluding
+specific files or directories from the coverage report.
484
485
## Mocking
486
0 commit comments