From c5373d592be96a43bd0689ae070bdba8ed2b4bd7 Mon Sep 17 00:00:00 2001 From: AnkushinDaniil Date: Tue, 14 Jan 2025 18:37:12 +0300 Subject: [PATCH] Add l1/internal/contract to codecov --- .github/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 8a1bf7a4e9..39daabcee8 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -10,11 +10,11 @@ coverage: only_pulls: true ignore: - mocks - - l1/internal/contract/starknet.go + - l1/contract/* - grpc/gen/* - vm - p2p - adapters/core2p2p - adapters/p2p2core - docs - - "**/*_enumer.go" \ No newline at end of file + - "**/*_enumer.go"