Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.quality-gates.yml - github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68353b635200abd9a13a7f2b4ac1567c81b4c294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# quality gates to configure Jenkins build pipeline
coverage:
  lines:
    healthy: 70
    unhealthy: 38
    unstable: 40

default:
  ctest_unstable: 0
  warnings_unhealthy: 1
  warnings_healthy: 0