Skip to content

Commit 95ca063

Browse files
committed
codecov: Ignore cmd/ directory
The commands are trivial and should be skipped from coverage testing. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 4835bee commit 95ca063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ comment:
99
hide_project_coverage: false
1010
branches:
1111
- "main"
12+
13+
ignore:
14+
- "cmd/" # Ignore trivial wrapper commands

0 commit comments

Comments
 (0)