From bc37edb19bb0bc7212c49793876690a0f70fabeb Mon Sep 17 00:00:00 2001 From: Naveen Gogineni Date: Tue, 6 Sep 2022 07:10:47 -0400 Subject: [PATCH] Add coverage threshold --- .github/.codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/.codecov.yml b/.github/.codecov.yml index 69cb76019a..5395ce707d 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -1 +1,3 @@ comment: false +coverage: + threshold: 5%