Skip to content

Commit

Permalink
doc: clarify usage of coverage reporters
Browse files Browse the repository at this point in the history
PR-URL: #53523
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
  • Loading branch information
EliphazBouye authored and marco-ippolito committed Aug 19, 2024
1 parent f8f247b commit 156fc53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ used as an in depth coverage report.
node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info
```

* No test results are reported by this reporter.
* This reporter should ideally be used alongside another reporter.

### Limitations

The test runner's code coverage functionality does not support excluding
Expand Down

0 comments on commit 156fc53

Please sign in to comment.