We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bbc5d commit 7453480Copy full SHA for 7453480
doc/api/test.md
@@ -504,12 +504,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de
504
505
### Limitations
506
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.
+The test runner's code coverage functionality does not support excluding
+specific files or directories from the coverage report.
513
514
## Mocking
515
0 commit comments