Skip to content

Commit

Permalink
Update Coverity readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere committed Feb 22, 2024
1 parent 48ab300 commit dd0aeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/coverity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit dd0aeb5

Please sign in to comment.