From dd0aeb5cdc32cee840e6ccca009661b6a2eaafdc Mon Sep 17 00:00:00 2001 From: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:46:27 +0000 Subject: [PATCH] Update Coverity readme --- tools/coverity/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/coverity/README.md b/tools/coverity/README.md index fdccc6ce..43a9e925 100644 --- a/tools/coverity/README.md +++ b/tools/coverity/README.md @@ -31,7 +31,7 @@ Go to the root directory of the library and run the following commands in termin ~~~ 2. Create the build files using CMake in a `build` directory ~~~ - cmake -B build -S test -DCOV_ANALYSIS + cmake -B build -S test -DCOV_ANALYSIS -DCOV_ANALYSIS ~~~ 3. Go to the build directory and copy the coverity configuration file ~~~ @@ -62,7 +62,7 @@ Go to the root directory of the library and run the following commands in termin For your convenience the commands above are below to be copy/pasted into a UNIX command friendly terminal. ~~~ cov-configure --force --compiler cc --comptype gcc; - cmake -B build -S test; + cmake -B build -S test -DCOV_ANALYSIS; cd build/; cov-build --emit-complementary-info --dir cov-out make coverity_analysis; cd cov-out/