mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
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.
This commit is contained in:
parent
1d28a71c15
commit
7b0483eba8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -71,6 +71,10 @@ jobs:
|
|||||||
if: matrix.coverage
|
if: matrix.coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
with:
|
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
|
fail_ci_if_error: true
|
||||||
|
|
||||||
fuzz:
|
fuzz:
|
||||||
|
Loading…
Reference in New Issue
Block a user