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
This commit is contained in:
Lars Karlitski 2020-05-16 12:37:43 +02:00
parent 3e26a1e632
commit 0ad7843dad

View file

@ -1,9 +1,9 @@
coverage:
project:
default:
treshold: 5%
status:
patch: no
project:
default:
threshold: 5%
codecov:
require_ci_to_pass: no
comment: no