Update codecov to ignore generated code (#2794)

This commit is contained in:
Preston Van Loon 2019-06-12 10:45:17 -04:00 committed by GitHub
parent d9ee55013d
commit 6611916689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,3 +27,7 @@ comment:
layout: "header, diff"
behavior: default
require_changes: no
ignore:
- "**/*.pb.go"
- "**/*_mock.go"