Skip to content

Commit 4660bbc

Browse files
committed
Add coverity.json
1 parent be331f2 commit 4660bbc

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

coverity.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": 1,
3+
"capture": {
4+
"build": {
5+
"clean-command": "make -C build clean",
6+
"build-command": "make -C build -j",
7+
"parallel-translate": {
8+
"enabled": true,
9+
"processes": 0
10+
}
11+
},
12+
"compiler-configuration": {
13+
"cov-configure": [["--gcc"], ["--python", "--version", "3"]]
14+
},
15+
"encoding": "UTF-8",
16+
"files": {
17+
"exclude-regex": "build/.*"
18+
}
19+
},
20+
"analyze": {
21+
"aggressiveness-level": "high",
22+
"checkers": {
23+
"all": true
24+
},
25+
"cov-analyze-args": [
26+
"--disable", "SIGMA.container_running_as_root",
27+
"--tu-pattern", "file('.*/_deps/.*')",
28+
"--disable-parse-warnings"
29+
]
30+
},
31+
"commit": {
32+
"local": {
33+
"path": "build/cov-out"
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)