From f9c4e18ec2831df13b2005661682213b1a2d5edd Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Thu, 5 Mar 2026 14:28:30 +0100 Subject: [PATCH] Ignore fixtures for coverage --- codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yaml b/codecov.yaml index a474fec9e8a..4df7a89945f 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -1,2 +1,3 @@ ignore: - '**/mocks/mock_*.go' + - '**/fixtures/*.go'