chore: update codecov to ignore mock files (#3155)

This commit is contained in:
Kevin Wan 2023-04-22 14:07:15 +08:00 committed by GitHub
parent e20b02f311
commit 062073ce58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,5 @@ comment:
require_changes: true
ignore:
- "tools"
- "internal/mock"
- "**/mock"
- "**/*_mock.go"