Skip to content

Commit 5831c8a

Browse files
authored
Merge pull request #206 from nervosnetwork/fix-codecov
fix: codecov paths for workspace
2 parents e71f28e + f02509a commit 5831c8a

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)