Skip to content

Commit 2b46e57

Browse files
jbamptonugifractal
authored andcommitted
Validate codecov.yml file with curl (brisbanesocialchess#710)
* Validate codecov.yml file with curl * Fix up
1 parent e177dbd commit 2b46e57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ coverage:
66
project:
77
default: false
88
tests:
9-
paths: 'packages/cfsite'
9+
paths:
10+
- 'packages/cfsite'
1011
target: 70%
1112
threshold: 1%
1213
app:
13-
paths: '!packages/cfsite'
14+
paths:
15+
- '!packages/cfsite'
1416
target: auto
1517
threshold: 1%

0 commit comments

Comments
 (0)