diff --git a/codecov.yml b/codecov.yml index c042a2f..bd625bd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,5 +6,5 @@ coverage: threshold: 2% ignore: - - "cmd/" - - "internal/" + - "cmd/**" + - "internal/**"