Steve Myers
Steve Myers
A good discussion in favor of supporting older MSRVs here: https://github.com/tokio-rs/tokio/issues/3412
I agree we need to get to a point where the BDK CI isn't breaking and when it does it's easier to fix. I like the plan above, two small...
I agree we should look at multiple distros, I was only focused on Debian because it seems to be one of the more conservative. But really what matters is which...
> The problem with codecov was that it reported many extra lines (which are not present in the source file) which results in lower % coverage. I found coveralls to...
this fixes #698
With this PR looks like codecov report shows 90.87% coverage 🥇! https://app.codecov.io/gh/wszdexdrf/bdk Old config only showing 77.21%: https://app.codecov.io/gh/bitcoindevkit/bdk
I just noticed on coveralls that it doesn't show the source code so there's no way to see what lines are covered or not, is there something you need to...
> Edit: I found [this](https://github.com/lemurheavy/coveralls-public/issues/1579#issuecomment-914678247). I guess we could use the HTML report for line by line coverage. I am waiting for any idea about how to proceed now. Ahh!...
@wszdexdrf looks like this needs another re-base to pickup new CI tests.
I've been looking into the tests that failed in CI. Different tests are timing out when I run it locally but I suspect the causes are related, the one that...