doc: update test runner coverage limitations

PR-URL: https://github.com/nodejs/node/pull/52515
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Moshe Atlow 2024-04-16 00:32:28 +03:00 committed by GitHub
parent c1bbc5d569
commit 7453480b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -504,12 +504,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de
### Limitations
The test runner's code coverage functionality has the following limitations,
which will be addressed in a future Node.js release:
* Source maps are not supported.
* Excluding specific files or directories from the coverage report is not
supported.
The test runner's code coverage functionality does not support excluding
specific files or directories from the coverage report.
## Mocking