diff --git a/.github/codecov.yaml b/.github/codecov.yaml index 93e09bba..2b5a8e52 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -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"