Skip to content

Commit

Permalink
chore: ignore mocks in the code coverage (#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 authored Feb 14, 2024
1 parent 04ed38c commit 8e47d51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ignore:
- "cmd/****"
- "cmd/**/*"
- "**/*_mock.go"
- "**/mock_*.go"

coverage:
status:
Expand Down

0 comments on commit 8e47d51

Please sign in to comment.