From: Matt Corallo Date: Mon, 3 Aug 2020 20:48:58 +0000 (-0400) Subject: Set codecov upload token X-Git-Tag: v0.0.12~44^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7b0483eba88c7c036569939ddd35a8232354d5d9;p=rust-lightning Set codecov upload token Docs seem to indicate this should only be required for private repos, but we have builds failing claiming this needs to be specified, so just set it manually. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd9b9f63..eb397230 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: