Skip to content

Commit b25356d

Browse files
authored
Update codecov.yaml to be valid (#2101)
Did you know you can validate your codecov.yaml file? ``` curl -X POST --data-binary @codecov.yml https://codecov.io/validate ``` Our codecov.yaml file was not valid, now it is. Signed-off-by: Todd Short <[email protected]>
1 parent a0717aa commit b25356d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

codecov.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ coverage:
1010
default:
1111
target: auto
1212
threshold: 2%
13+
paths:
14+
- "api/"
15+
- "cmd/"
16+
- "internal/"
1317
patch:
1418
default:
1519
target: auto
1620
threshold: 1%
17-
paths:
18-
- "api/"
19-
- "cmd/"
20-
- "internal/"
21+
paths:
22+
- "api/"
23+
- "cmd/"
24+
- "internal/"
2125

0 commit comments

Comments
 (0)