X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=9a24b15cc514512b16309b04e4c284bddea2142a;hb=8ac0992b14861b8841c5b7f9cb5b3e7a4db1070d;hp=cd9b9f63553609cab54fe8d25b474d6db40b97d8;hpb=4dc0dd17c00c55055e7cd3256c1cf17834055cbf;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd9b9f63..9a24b15c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,8 +8,8 @@ jobs: matrix: toolchain: [ stable, beta, - # 1.22.0 is MSRV for rust-lightning in general: - 1.22.0, + # 1.30.0 is MSRV for Rust-Lightning + 1.30.0, # 1.34.2 is Debian stable 1.34.2, # 1.39.0 is MSRV for lightning-net-tokio and generates coverage @@ -71,6 +71,10 @@ jobs: if: matrix.coverage uses: codecov/codecov-action@v1 with: + # Could you use this to fake the coverage report for your PR? Sure. + # Will anyone be impressed by your amazing coverage? No + # Maybe if codecov wasn't broken we wouldn't need to do this... + token: f421b687-4dc2-4387-ac3d-dc3b2528af57 fail_ci_if_error: true fuzz: