Ignore generated code coverage (#2135)

This commit is contained in:
Alexander Matyushentsev 2019-08-09 15:26:46 -07:00 committed by Alex Collins
parent a69c664e38
commit fdbe926aa8

View file

@ -2,6 +2,7 @@ ignore:
- "**/*.pb.go"
- "**/*.pb.gw.go"
- "**/*generated.go"
- "**/*generated.deepcopy.go"
- "**/*_test.go"
- "pkg/apis/client/.*"
- "pkg/client/.*"