diff --git a/.github/.codecov.yml b/.github/.codecov.yml deleted file mode 100644 index 5395ce707d..0000000000 --- a/.github/.codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -comment: false -coverage: - threshold: 5% diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..256cd109a8 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +comment: false +coverage: + status: + project: + default: + threshold: 5% + patch: + default: + threshold: 5%