Skip to content

Commit d1c147c

Browse files
Update command
1 parent 400af4f commit d1c147c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Coverity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Go to the root directory of the FreeRTOS-Plus-TCP repo and run the following com
4949
cd cov-out/
5050
cov-analyze --dir . --coding-standard-config ../coverity_misra.config --tu-pattern "file('.*/FreeRTOS-Plus-TCP/source/.*')"
5151
~~~
52-
6. (Optional) Format the errors in HTML format so that it is more readable
52+
6. Format the errors in HTML format so that it is more readable while removing the FreeRTOS-Kernel directory from the report
5353
~~~
54-
cov-format-errors --dir . --html-output html-output
54+
cov-format-errors --dir . --exclude-files '(.*/FreeRTOS-Kernel/.*)' --html-output html-output
5555
~~~
5656

5757
You should now have the HTML formatted violations list (ideally not reporting any violations) in a directory named `html-output`.

0 commit comments

Comments
 (0)