Commit 0a56bb6
committed
[CI] Issue: HPCINFRA-3898 coverity agressiveness and exclude files
Due to PR #312 currently the cov.sh script does not calculate the number
of errors from the scan correctly (the cov-format-errors command fails),
this is due to --exclude-files flag being unique (cant use it twice).
Combine both exclude-files flags to one regex
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 1ccffc5 commit 0a56bb6
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | | - | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| |||
0 commit comments