From 76355d1e56cfc70c279abefff9c562d72eb36994 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:04:48 +0100 Subject: [PATCH] Ignore mocks for coverage (#6074) --- .woodpecker/test.yaml | 1 + codecov.yaml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 codecov.yaml diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index ff7e7957af..7f9e98c0dc 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -11,6 +11,7 @@ variables: - 'pipeline/schema/**' # tools updates - Makefile + - 'codecov.yaml' event: pull_request when: diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000000..a474fec9e8 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,2 @@ +ignore: + - '**/mocks/mock_*.go'