From 867673c030db339328810cbe370c82621f18a1e9 Mon Sep 17 00:00:00 2001 From: Marcin <120790937+mar0ls@users.noreply.github.com> Date: Tue, 5 May 2026 16:39:54 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20add=20codecov.yml=20=E2=80=94=20exclude?= =?UTF-8?q?=20cmd/=20and=20internal/=20from=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0000000..c042a2f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 70% + threshold: 2% + +ignore: + - "cmd/" + - "internal/"