talos/.codecov.yml
Andrey Smirnov 0ea9a0a5ea test: run e2e-firecracker-short for default pipeline only
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>
2020-07-01 13:16:25 -07:00

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