Skip to content

Commit 2cc139c

Browse files
committed
add more explicit ignore for generated code
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent b5a9e5c commit 2cc139c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ coverage:
4444
- "vendor/*"
4545
- "Makefile"
4646
- ".travis.yml"
47-
- "**/*.gen.go"
47+
- "index/server/pkg/server/endpoint.gen.go"
4848

4949
# See http://docs.codecov.io/docs/pull-request-comments-1
5050
comment:

0 commit comments

Comments
 (0)