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

View File

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