Skip to content

Commit

Permalink
chore: fix ignore paths in .codecov.yml (#50175)
Browse files Browse the repository at this point in the history
close #50174
  • Loading branch information
wuhuizuo authored Jan 8, 2024
1 parent 7893f16 commit 1952a70
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,24 @@ flag_management:

ignore:
- "LICENSES"
- "*_test.go"
- "**/*_test.go"
- ".git"
- "*.yml"
- "*.md"
- "cmd/.*"
- "docs/.*"
- "vendor/.*"
- "pkg/ddl/failtest/.*"
- "pkg/ddl/testutil/.*"
- "pkg/executor/seqtest/.*"
- "pkg/metrics/.*"
- "pkg/expression/generator/.*"
- "br/pkg/mock/.*"
- "pkg/testkit/**/*"
- "pkg/server/internal/testutil/**/*"
- "pkg/statistics/handle/cache/internal/testutil/.*"
- "**/*.yml"
- "**/*.md"
- "cmd"
- "docs"
- "vendor"
- "pkg/ddl/failtest"
- "pkg/ddl/testutil"
- "pkg/executor/seqtest"
- "pkg/metrics"
- "pkg/expression/generator"
- "br/pkg/mock"
- "pkg/testkit"
- "pkg/server/internal/testutil"
- "pkg/statistics/handle/cache/internal/testutil"
- "pkg/session/testutil.go"
- "pkg/store/mockstore/unistore/testutil.go"
- "k8s.io/apimachinery/pkg/**/*"
- "build/**/*"
- "k8s.io/apimachinery/pkg"
- "build"

0 comments on commit 1952a70

Please sign in to comment.