Skip to content

Commit 3284179

Browse files
authored
RDKEMW-4139: Coverity integration with Entservices-inputoutput repo
Reason for change: Coverity integration with middleware component workflow Test Procedure: Verify checks in github Risks: Low Signed-off-by:AkshayKumar_Gampa [email protected]
1 parent 42c1bb2 commit 3284179

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cov_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ cmake -G Ninja -S "$GITHUB_WORKSPACE" -B build/entservices-inputoutput \
4949
-include ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/wpa_ctrl_mock.h \
5050
-include ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/secure_wrappermock.h \
5151
-include ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/HdmiCec.h \
52-
--coverage -Wall -Werror -Wno-error=format \
52+
--coverage \
53+
-Wall -Wno-unused-result -Werror -Wno-error=format \
5354
-Wl,-wrap,system -Wl,-wrap,popen -Wl,-wrap,syslog \
5455
-DENABLE_TELEMETRY_LOGGING -DUSE_IARMBUS \
5556
-DENABLE_SYSTEM_GET_STORE_DEMO_LINK -DENABLE_DEEP_SLEEP \

0 commit comments

Comments
 (0)