Skip to content

Commit de99d69

Browse files
eliphazbouyeaduh95
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 519c328 commit de99d69

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
@@ -508,6 +508,9 @@ used as an in depth coverage report.
508508
node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info
509509
```
510510

511+
* No test results are reported by this reporter.
512+
* This reporter should ideally be used alongside another reporter.
513+
511514
### Limitations
512515

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

0 commit comments

Comments
 (0)