Skip to content

Commit f02509a

Browse files
committed
fix codecov paths
1 parent e71f28e commit f02509a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/codecov.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ coverage:
66
target: 25%
77
threshold: 0%
88
paths:
9-
- "src"
9+
- "light-client-bin/src"
10+
- "light-client-lib/src"
1011
patch:
1112
default:
1213
# The majority of new code should be tested.
1314
target: 60%
1415
threshold: 0%
1516
paths:
16-
- "src"
17+
- "light-client-bin/src"
18+
- "light-client-lib/src"

0 commit comments

Comments
 (0)