Skip to content

Commit

Permalink
i:seedling: Ignore all pb files for test (#3127)
Browse files Browse the repository at this point in the history
- Update .codecov.yml to ignore additional files

Signed-off-by: naveensrinivasan <[email protected]>
  • Loading branch information
naveensrinivasan authored Jun 7, 2023
1 parent 082c793 commit f43c9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ codecov:
require_ci_to_pass: yes

ignore:
- "*.pb.go"
- "**/*.pb.go"
- "cron/**/*"
- "clients/mockclients/**/*"
# ignoring them as these are internal tools for generating docs.
Expand Down

0 comments on commit f43c9c9

Please sign in to comment.