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:
parent
c1bbc5d569
commit
7453480b5a
@ -504,12 +504,8 @@ node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-de
|
|||||||
|
|
||||||
### Limitations
|
### Limitations
|
||||||
|
|
||||||
The test runner's code coverage functionality has the following limitations,
|
The test runner's code coverage functionality does not support excluding
|
||||||
which will be addressed in a future Node.js release:
|
specific files or directories from the coverage report.
|
||||||
|
|
||||||
* Source maps are not supported.
|
|
||||||
* Excluding specific files or directories from the coverage report is not
|
|
||||||
supported.
|
|
||||||
|
|
||||||
## Mocking
|
## Mocking
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user