From 0d3aca061d3d6194c6049353aae63f69c1d080b4 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:34:26 +0100 Subject: [PATCH] Ignore fixtures for coverage (#6197) --- codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yaml b/codecov.yaml index a474fec9e..4df7a8994 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,2 +1,3 @@ ignore: - '**/mocks/mock_*.go' + - '**/fixtures/*.go'