Set codecov upload token 2020-08-codecov
authorMatt Corallo <git@bluematt.me>
Mon, 3 Aug 2020 20:48:58 +0000 (16:48 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 3 Aug 2020 21:09:27 +0000 (17:09 -0400)
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.

.github/workflows/build.yml

index cd9b9f63553609cab54fe8d25b474d6db40b97d8..eb397230f370bace586e9810f632cd273d2f46b2 100644 (file)
@@ -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: