Skip to content

Commit 53d0b4e

Browse files
authored
exclude mocks from codecov (#2177)
* exclude mocks from codecov Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> * ignores deepcopy for operator and mock files Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --------- Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent b31683a commit 53d0b4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codecov.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ coverage:
1010
- "hack"
1111
- "test/e2e"
1212
- "deploy"
13-
- "*/mocks/*"
13+
- "**/mocks/**/*"
14+
- "**/mock_*.go"
15+
- "**/zz_generated.deepcopy.go"
1416
status:
1517
patch: false

0 commit comments

Comments
 (0)