mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
The Pipeline will only fail if the code coverage has fallen more than 2 Percent. fixes: #1154
10 lines
162 B
YAML
10 lines
162 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 0%
|
|
if_ci_failed: error
|
|
target: auto
|
|
threshold: 2%
|