From ee4ff8f8ffcf55d9f059202cf6fb36e116cbbb35 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 10 Sep 2022 10:29:41 -0400 Subject: [PATCH] Set codecov status thresholds to 5% and rename file to be less dotty --- .github/.codecov.yml | 3 --- .github/codecov.yml | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 .github/.codecov.yml create mode 100644 .github/codecov.yml 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%