Skip to content

Commit 156fc53

Browse files
eliphazbouyemarco-ippolito
authored andcommitted
doc: clarify usage of coverage reporters
PR-URL: #53523 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
1 parent f8f247b commit 156fc53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/test.md

+3
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@ used as an in depth coverage report.
473473
node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info
474474
```
475475

476+
* No test results are reported by this reporter.
477+
* This reporter should ideally be used alongside another reporter.
478+
476479
### Limitations
477480

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

0 commit comments

Comments
 (0)