From 4d71a212db28c4228d40a09184d5c7b300dc6100 Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Fri, 6 Feb 2026 09:16:06 +0100 Subject: [PATCH] ignore tools in codecov --- codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index b01d17dd04..fe5ab5e475 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,8 +12,7 @@ ignore: - "scripts/" - "pkg/rpc/example/" - "apps" - - "da/internal/mocks" - - "da/cmd" + - "tools" - "execution/evm" # EVM is covered in e2e/integration tests - "**/metrics.go" - "client" # TODO: add more tests