Skip to content

Commit 78d487c

Browse files
committed
fix codecov ignore globs (cmd/**, internal/**)
1 parent cbe2129 commit 78d487c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ coverage:
66
threshold: 2%
77

88
ignore:
9-
- "cmd/"
10-
- "internal/"
9+
- "cmd/**"
10+
- "internal/**"

0 commit comments

Comments
 (0)