Fix codecov by calling the new binary paths from rust 1.45
authorMatt Corallo <git@bluematt.me>
Tue, 26 Jan 2021 22:17:01 +0000 (17:17 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 27 Jan 2021 02:53:04 +0000 (21:53 -0500)
commit11f5e23357d74f2b322c29620c383953c70de5e6
treee896c4fee1f4f1ea02ae6ca425afd629a98f1bb6
parent07aff06f67299ec502d91ff56d083286a219595d
Fix codecov by calling the new binary paths from rust 1.45

Rustc 1.45 moved the paths to test binaries, so we need to update
our CI scripts to run the correct ones under kcov.

The solution to this was pointed out by Val at
https://github.com/rust-bitcoin/rust-lightning/pull/774#issuecomment-763250623
.github/workflows/build.yml