Describe the bug
Codecoverage says that out coverage for the blockchain module is 1.87%, even do we do have tests covering that module. It might be configured in the wrong way.
To Reproduce
Open https://app.codecov.io/gh/bitcoindevkit/bdk, look at the end of the page, where it shows coverage for the different directories:

Expected behavior
Decent blockchain module coverage
UPDATE: after #708, we can see most of the blockchain module coverage at https://coveralls.io/github/bitcoindevkit/bdk?branch=master . More work is needed for including the missing blockchains (esplora, compact filters) in the coverage. See #696 (comment)
Describe the bug
Codecoverage says that out coverage for the blockchain module is 1.87%, even do we do have tests covering that module. It might be configured in the wrong way.
To Reproduce
Open https://app.codecov.io/gh/bitcoindevkit/bdk, look at the end of the page, where it shows coverage for the different directories:
Expected behavior
Decent blockchain module coverage
UPDATE: after #708, we can see most of the blockchain module coverage at https://coveralls.io/github/bitcoindevkit/bdk?branch=master . More work is needed for including the missing blockchains (esplora, compact filters) in the coverage. See #696 (comment)