Skip to content

Commit

Permalink
Merge pull request #206 from nervosnetwork/fix-codecov
Browse files Browse the repository at this point in the history
fix: codecov paths for workspace
  • Loading branch information
quake authored Jan 23, 2025
2 parents e71f28e + f02509a commit 5831c8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ coverage:
target: 25%
threshold: 0%
paths:
- "src"
- "light-client-bin/src"
- "light-client-lib/src"
patch:
default:
# The majority of new code should be tested.
target: 60%
threshold: 0%
paths:
- "src"
- "light-client-bin/src"
- "light-client-lib/src"

0 comments on commit 5831c8a

Please sign in to comment.