Skip to content

Commit

Permalink
chore: ignore mocks in codecov (#18685)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev authored Jun 15, 2024
1 parent f770a2a commit 1ecd397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ignore:
- "pkg/client/.*"
- "vendor/.*"
- "test/.*"
- "**/mocks/*"
coverage:
status:
# we've found this not to be useful
Expand Down

0 comments on commit 1ecd397

Please sign in to comment.