Skip to content

Commit

Permalink
Skip mocks in codecov (#4970)
Browse files Browse the repository at this point in the history
Don't include mocks in the Codecov report.
  • Loading branch information
poszu committed Sep 6, 2023
1 parent d779e0d commit 35f57da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ ignore:
- "cmd"
- "**/*_scale.go"
- "**/*mock*.go"
- "**/mocks/*.go"
- systest

0 comments on commit 35f57da

Please sign in to comment.