Skip to content

Commit fab44d4

Browse files
authored
Update codecov.yml
1 parent cba21a4 commit fab44d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codecov.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ coverage:
1919
flags:
2020
paths:
2121
- "x/"
22-
- "!x/**/client/" # ignore client package
23-
- "!**/*.pb.go"
24-
- "!**/*.pb.gw.go"
2522
changes: false
2623

2724
comment:
@@ -39,6 +36,7 @@ ignore:
3936
- "**/test_helpers.go"
4037
- "**/module.go"
4138
- "**/genesis.go"
39+
- "x/**/client/"
4240
- "x/**/*.pb.go"
4341
- "**/*.pb.go"
4442
- "**/*.pb.gw.go"

0 commit comments

Comments
 (0)