Skip to content

Commit

Permalink
chore: ignore pb.go files under experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li committed Jul 10, 2024
1 parent db7e6ee commit 6010b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ignore:
- "./api" # ignore folders and all its contents
- "./api" # ignore folders and all its contents
- "./experimental/proto/v1"
coverage:
status:
patch:
default:
target: 80%
target: 80%

0 comments on commit 6010b4f

Please sign in to comment.