From d907eddeb1e5419924c5cdc8584b99c0ca6c717c Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 17 Mar 2023 15:56:19 -0400 Subject: [PATCH] always pass codecov status --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..fe16b8945 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +ignore: + - "tests" +coverage: + status: + project: + default: + threshold: 100% + patch: + default: + threshold: 100%