As many pipelines inherit steps from `default_steps`, take out `e2e-firecracker-short` from `default_steps`. `e2e` pipeline only relies on `e2e-docker`. `integration` pipeline does full firecracker run with `e2e-firecracker`. `release` pipeline manually pulls in `e2e-firecracker-short` to be on the safe side. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
15 lines
210 B
YAML
15 lines
210 B
YAML
codecov:
|
|
require_ci_to_pass: false
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 26%
|
|
threshold: 0.5%
|
|
base: auto
|
|
if_ci_failed: success
|
|
patch: off
|
|
|
|
comment: false
|