Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iverc committed Dec 6, 2024
1 parent 534237d commit 3c1a23f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
coverage:
ignore:
- "api/*"
- "data/*"
- "devnet/*"
- "docs/*"
- "example/*"
- "manual/*"
- "proto/*"
- "scripts/*"
- "testutil/*"
- "api/**/*"
- "data/**/*"
- "devnet/**/*"
- "docs/**/*"
- "example/**/*"
- "manual/**/*"
- "proto/**/*"
- "scripts/**/*"
- "testutil/**/*"
- "**/*.pb.go"
- "**/*.pb.gw.go"
- "**/*.pulsar.go"
- "**/*_test.go"

0 comments on commit 3c1a23f

Please sign in to comment.