From 0658d61a0e3fc5eb3717f39a4c41511f9bf5dc59 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 5395ce7..0000000 --- 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 0000000..256cd10 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +comment: false +coverage: + status: + project: + default: + threshold: 5% + patch: + default: + threshold: 5%