8000 ignore generated go files for codecov report (#6265) · nginx/kubernetes-ingress@7693e8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7693e8b

Browse files
authored
ignore generated go files for codecov report (#6265)
1 parent e753ec4 commit 7693e8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ coverage:
1111
target: auto
1212
threshold: 0%
1313
changes: false
14+
ignore:
15+
- "pkg/client"
16+
- "**/*generated*.go"

0 commit comments

Comments
 (0)
0