From ff1a28ed2692227bf165344aa4ffdb4cfc5babe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 25 Dec 2021 01:54:47 +0300 Subject: [PATCH] chore(project): add codecov.yml --- codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..834ff37 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +coverage: + range: 75..100 + round: up + precision: 2 + status: + project: + default: + target: auto + threshold: 1% + branches: + - main + if_ci_failed: error + patch: off