From 26feb0e0e3a1826b1502ac907b867c69cf33318a Mon Sep 17 00:00:00 2001 From: sunboyy Date: Thu, 21 Jan 2021 18:52:40 +0700 Subject: [PATCH] Add codecov.yml --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..20f9e22 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + project: + default: + target: 65% + threshold: 5% + patch: + default: + target: 50%