◐ Shell
clean mode source ↗

doc: clarify usage of coverage reporters · nodejs/node@156fc53

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 156fc53

soophoomarco-ippolito

authored and

committed

doc: clarify usage of coverage reporters

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>

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions

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