Skip to content

Commit 73b9fe7

Browse files
committed
workflows: exclude CppUTest from Coverity static analysis
This is third-party code that is not shipped to customers. #245 (comment) #245 (comment)
1 parent ccbefac commit 73b9fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- run: cov-configure --config config.xml --template --comptype gcc --compiler cc
6464
- run: cov-configure --config config.xml --template --comptype g++ --compiler c++
6565
- run: cov-build --config config.xml --dir results ninja -C build -v -k0
66+
- run: cov-manage-emit --dir results --tu-pattern "file('/lib/CppUTest/')" delete
6667
- run: cov-analyze --config config.xml --dir results --concurrency --security --rule --enable-constraint-fpp --enable-fnptr --enable-virtual
6768
- run: cov-format-errors --text-output-style multiline --dir results --filesort --file "$PWD" --strip-path "$PWD" > cov-errors.txt
6869
- run: cat cov-errors.txt

0 commit comments

Comments
 (0)