Skip to content

Commit 7b0483e

Browse files
committed
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.
1 parent 1d28a71 commit 7b0483e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
if: matrix.coverage
7272
uses: codecov/codecov-action@v1
7373
with:
74+
# Could you use this to fake the coverage report for your PR? Sure.
75+
# Will anyone be impressed by your amazing coverage? No
76+
# Maybe if codecov wasn't broken we wouldn't need to do this...
77+
token: f421b687-4dc2-4387-ac3d-dc3b2528af57
7478
fail_ci_if_error: true
7579

7680
fuzz:

0 commit comments

Comments
 (0)