From 0015c8d6dd80b75b37bb5f851a7309b80af34105 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 10 Feb 2023 13:03:05 +0700 Subject: [PATCH] reporting_user_guide.md: Typo fix in command Signed-off-by: Paul Sokolovsky --- coverage-tool/docs/reporting_user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverage-tool/docs/reporting_user_guide.md b/coverage-tool/docs/reporting_user_guide.md index 7c0deea..1229b62 100644 --- a/coverage-tool/docs/reporting_user_guide.md +++ b/coverage-tool/docs/reporting_user_guide.md @@ -241,7 +241,7 @@ An example snippet of an intermediate JSON file is here: ## Report LCOV uses **info** files to produce a HTML report; hence to convert the intermediate json file to **info** file: ```bash -$ python3 generate_info_file.py --workspace --json [--info ] +$ python3 generate_info_file.py --workspace --json [--info ] ``` As was mentioned, the *workspace* option tells the program where to look for the source files thus is a requirement that the local workspace is populated. -- GitLab