From 7d85c2c8dd357c4262dc429e3c48a92fa17ac0ae Mon Sep 17 00:00:00 2001 From: Regen Date: Sun, 1 Mar 2020 16:16:21 +0900 Subject: [PATCH] Add codecov.yml --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..2f1b2b3 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + threshold: 10% + patch: + default: + threshold: 20%