Skip to content

Commit

Permalink
chore(codecov.yml): fix config file (#2575)
Browse files Browse the repository at this point in the history
* rename commmon to pkg

* change directory
  • Loading branch information
lumtis authored Jul 29, 2024
1 parent 9faeb15 commit 22c7395
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ coverage:
target: 60%
flags:
- zetaclient
common:
pkg:
if_ci_failed: error
target: 60%
flags:
- common
- pkg

comment:
layout: "reach, diff, files"
Expand All @@ -33,9 +33,9 @@ flags:
zetaclient:
paths:
- "zetaclient/"
common:
pkg:
paths:
- "common/"
- "pkg/"

ignore:
- "x/**/client/**/*"
Expand All @@ -53,8 +53,6 @@ ignore:
- "x/**/migrator.go"
- "x/**/module_simulation.go"
- "x/**/simulation/**/*"
- "zetaclient/testdata/**/*"
- "zetaclient/testutils/**/*"
- "**/*.proto"
- "**/*.md"
- "**/*.yml"
Expand All @@ -63,15 +61,18 @@ ignore:
- "**/*.pb.gw.go"
- "**/*_legacy.go"
- "**/*.json"
- ".github/**/*"
- "app/**/*"
- "cmd/**/*"
- "contrib/**/*"
- "docs/**/*"
- "proto/**/*"
- "scripts/**/*"
- "server/**/*"
- "testutil/**/*"
- "testutils/**/*"
- "errors/**/*"
- "zetaclient/testdata/**/*"
- "zetaclient/testutils/**/*"
- ".github"
- "app"
- "cmd"
- "contrib"
- "docs"
- "e2e"
- "proto"
- "rpc"
- "scripts"
- "server"
- "testutil"
- "tool"
- "typescript/**/*"

0 comments on commit 22c7395

Please sign in to comment.