Skip to content

Commit

Permalink
doc: update test runner coverage limitations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
MoLow authored and marco-ippolito committed May 3, 2024
1 parent 0a225a4 commit a8bc40f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,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

Expand Down

0 comments on commit a8bc40f

Please sign in to comment.