diff --git a/.codecov.yml b/.codecov.yml index cc80b2c9..a4f9bd39 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,10 +1,10 @@ -# show coverage in CI status, not as a comment. Never consider it a failure. +# show coverage in CI status, not as a comment. comment: off coverage: status: project: default: - target: 0% + target: 20% patch: default: - target: 0% + target: auto diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 6426cc13..00000000 --- a/codecov.yml +++ /dev/null @@ -1,10 +0,0 @@ -comment: - layout: header, changes, diff -coverage: - status: - patch: - default: - target: '20' - project: - default: - target: auto