From de99d69d75a4e47aae7cdf6a24f63fa77ea565c0 Mon Sep 17 00:00:00 2001 From: Eliphaz Bouye <53824344+EliphazBouye@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:10:23 +0000 Subject: [PATCH] doc: clarify usage of coverage reporters PR-URL: https://github.com/nodejs/node/pull/53523 Reviewed-By: Moshe Atlow Reviewed-By: Benjamin Gruenbaum Reviewed-By: Chemi Atlow --- doc/api/test.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/test.md b/doc/api/test.md index 7582a8eda77ea7..a87979a1e3dd07 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -508,6 +508,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