forked from Synopsys-SIG-RnD/zlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoverity.yaml
33 lines (26 loc) · 1.02 KB
/
coverity.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Coverity configuration file.
# The schema is available here: <install-dir>/doc/configuration-schema.json
# For help on individual settings: coverity help config --setting <setting>
# For a complete example configuration: coverity help config --show-all
capture:
build:
clean-command: make clean
build-command: make
# Specifies how the project should be analyzed.
analyze:
# Specifies whether the analysis should be done locally or in Coverity
# Connect. The possible values are as follows: connect - Run the analysis in
# the Coverity Connect job farm; local - Run the analysis locally
# Valid values:
# local
# connect
location: connect
# Specifies where the analysis results should be sent.
commit:
# Coverity Connect configuration to use when committing defects to Coverity
# Connect.
connect:
# The name of the stream to commit the results to.
stream: zlog-demo
# Absolute URL of where to commit the Coverity Connect results.
url: https://jfitzpat.dev.coverity.synopsys.com:443