Skip to content

Commit

Permalink
doc: update test runner coverage limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed Apr 13, 2024
1 parent e0ed09d commit f73e249
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,8 @@ used as an in depth coverage report.
node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info
```

### 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 dose not support excluding
specific files or directories from the coverage report.

## Mocking

Expand Down

0 comments on commit f73e249

Please sign in to comment.