File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5757You should now have the HTML formatted violations list (ideally not reporting any violations) in a directory named ` html-output ` .
You can’t perform that action at this time.
0 commit comments