Skip to content

Commit

Permalink
add codecov.yml to ignore generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Kosuke Morimoto <[email protected]>
  • Loading branch information
kmrmt committed Aug 20, 2024
1 parent 0a8b8be commit 872d84d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ignore:
- "apis/docs/v1/docs.md"
- "apis/grpc/**/*.pb.go"
- "apis/swagger/**/*.swagger.json"
- "rust/libs/proto/**/*.v1.rs"
- "rust/libs/proto/**/*.v1.tonic.rs"

0 comments on commit 872d84d

Please sign in to comment.