We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbefac commit 73b9fe7Copy full SHA for 73b9fe7
.github/workflows/coverity.yml
@@ -63,6 +63,7 @@ jobs:
63
- run: cov-configure --config config.xml --template --comptype gcc --compiler cc
64
- run: cov-configure --config config.xml --template --comptype g++ --compiler c++
65
- 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
67
- run: cov-analyze --config config.xml --dir results --concurrency --security --rule --enable-constraint-fpp --enable-fnptr --enable-virtual
68
- run: cov-format-errors --text-output-style multiline --dir results --filesort --file "$PWD" --strip-path "$PWD" > cov-errors.txt
69
- run: cat cov-errors.txt
0 commit comments