From ca670b17b915744ebef92415aa3e83de45ccbd18 Mon Sep 17 00:00:00 2001 From: Dorin Hongu Date: Fri, 21 Jul 2023 08:43:10 +0300 Subject: [PATCH] adaugare .coverage.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 000000000..e7f426b92 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 75% + threshold: 10% + patch: + default: + target: 50% + threshold: 10%