We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be331f2 commit 4660bbcCopy full SHA for 4660bbc
coverity.json
@@ -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