diff --git a/.codecov.yml b/.codecov.yml index ea2695f5..b0358f36 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,4 +4,5 @@ comment: require_changes: true ignore: - "tools" - - "internal/mock" \ No newline at end of file + - "**/mock" + - "**/*_mock.go"