Skip to content

Commit f2aa891

Browse files
committed
Don't count generated files in code coverage
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 17d34f7 commit f2aa891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ codecov:
44
strict_yaml_branch: main # only use the latest copy on the main branch
55

66
ignore:
7-
- "model/v1/model.pb.go"
7+
- "**/*.pb.go"
88
- "proto-gen/*/*"
99
- "thrift-gen/*/*"
1010

0 commit comments

Comments
 (0)