f0e874106e
Update examples filename from '*complete*' to '*full*' to make all filename consistent. Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
37 lines
958 B
YAML
37 lines
958 B
YAML
publishers:
|
|
- cppcheck:
|
|
pattern: "**/cppcheck.xml"
|
|
# the rest is optional
|
|
ignoreblankfiles: true
|
|
allow-no-report: true
|
|
# build status (new) error count thresholds
|
|
thresholds:
|
|
unstable: 5
|
|
new-unstable: 5
|
|
failure: 7
|
|
new-failure: 3
|
|
healthy: 5
|
|
unhealthy: 10
|
|
# severities which count towards the threshold, default all true
|
|
severity:
|
|
error: false
|
|
warning: false
|
|
style: false
|
|
performance: false
|
|
information: false
|
|
nocategory: false
|
|
portability: false
|
|
graph:
|
|
xysize: [600, 300]
|
|
num-builds-in-graph: 10
|
|
# which errors to display, default only sum
|
|
display:
|
|
sum: false
|
|
error: true
|
|
warning: true
|
|
style: true
|
|
performance: true
|
|
information: true
|
|
nocategory: true
|
|
portability: true
|