From: Matt Corallo Date: Tue, 7 Dec 2021 19:17:57 +0000 (+0000) Subject: Upgrade to codecov uploader v2 X-Git-Tag: v0.0.104~10^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=refs%2Fheads%2F2021-12-new-codecod-upload;p=rust-lightning Upgrade to codecov uploader v2 Some time ago codecov stopped supporting their old v1 uploader, and it seems they've now finally turned it off, so we aren't getting any coverage reports anymore. Hopefully upgrading is pretty trivial. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 260767333..4b9f23ff0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: done - name: Upload coverage if: matrix.coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: # Could you use this to fake the coverage report for your PR? Sure. # Will anyone be impressed by your amazing coverage? No