From 8f1882fcc42f0d11b3d55ac15aa53e2da29e9c10 Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Fri, 28 Jul 2023 17:49:35 +0800 Subject: [PATCH] *: update .codecov to skip the testutil (#45653) --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 64a9507ab73d2..1fe2b783550bd 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -74,4 +74,9 @@ ignore: - "metrics/.*" - "expression/generator/.*" - "br/pkg/mock/.*" + - "testkit/.*" + - "server/internal/testutil/.*" + - "statistics/handle/cache/internal/testutil/.*" + - "session/testutil.go" + - "store/mockstore/unistore/testutil.go"