bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Add integration testing in CI #121

Open rajarshimaitra opened 1 year ago

rajarshimaitra commented 1 year ago

Currently our code coverage tests are only including unit tests. Which provides almost no coverage in the handlers and utils module. This can be improved by adding the integration tests into CI codecov jobs.

notmandatory commented 1 year ago

The bdk lib has switched to using https://coveralls.io/ because it has more accurate code coverage. Either in the PR for this issue or in a separate PR we should also switch bdk-cli to coveralls.