From 8ec65d10985bd9e317313a87071246fd985f10b3 Mon Sep 17 00:00:00 2001 From: Vyacheslav Pryimak Date: Fri, 18 Aug 2023 12:25:46 +0300 Subject: [PATCH] codecov.yml added --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..2e98552 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +codecov: + require_ci_to_pass: yes + +coverage: + status: + project: + default: false + tests: + paths: + - "*_test.go" + target: 80% + patch: + default: + target: 80%