bdk-cli icon indicating copy to clipboard operation
bdk-cli copied to clipboard

Add integration testing in CI

Open rajarshimaitra opened this issue 2 years ago • 1 comments

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.

rajarshimaitra avatar Sep 22 '22 06:09 rajarshimaitra

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.

notmandatory avatar Sep 28 '22 21:09 notmandatory