Skip to content

Commit 7465382

Browse files
committed
[CI] Issue: HPCINFRA-3898 coverity agressiveness
Add -o pipefail so the task will fail if cov-format fails (failiure was masked by the pipe commands) Change --aggressiveness-level to medium Signed-off-by: NirWolfer <[email protected]>
1 parent 8eeccc7 commit 7465382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/jenkins_tests/cov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ eval "cov-manage-emit --config ${cov_dir}/coverity_config.xml --dir ${cov_build}
4040
sleep 1
4141

4242
eval "cov-analyze --config ${cov_dir}/coverity_config.xml \
43-
--all --aggressiveness-level low \
43+
--all --aggressiveness-level medium \
4444
--enable-fnptr --fnptr-models --paths 20000 \
4545
--disable-parse-warnings \
4646
--dir ${cov_build}"

0 commit comments

Comments
 (0)