debian-forge-composer/codecov.yml
Lars Karlitski 0ad7843dad codevoc: fix threshold
d49f0fef4 added a 5% threshold to codecov.yml, so that small fixes don't
turn the CI red.

However, it contained a typo and put the setting in the wrong place in
the file. codecov.io ignores unknown keys instead of throwing an error.

Fix this and validate with:

    cat codecov.yml | curl --data-binary @- https://codecov.io/validate
2020-05-17 10:12:06 +02:00

9 lines
130 B
YAML

coverage:
status:
patch: no
project:
default:
threshold: 5%
codecov:
require_ci_to_pass: no
comment: no