From 4e7250d2d7ca77c2e11c38417981575518588278 Mon Sep 17 00:00:00 2001 From: bhou Date: Mon, 8 Apr 2024 12:01:15 -0700 Subject: [PATCH] add codecov.yml --- 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 0000000000..fb10249f3f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + range: 80..100 + + status: + project: + default: + threshold: 2% + patch: + default: + threshold: 2%