From 553a18c065b3584f201d8968d29d7e68f26e5506 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 13 Dec 2023 11:50:44 -0800 Subject: [PATCH] CI: add codecov token (#30716) * add codecov token * retrigger with token old-commit-hash: a3c0e2bd2500e04da1b8afd39657e7e12e555a7e --- .github/workflows/selfdrive_tests.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index c0a72924e4..c47947f90d 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -185,6 +185,8 @@ jobs: uses: codecov/codecov-action@v3 with: name: ${{ github.job }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} process_replay: name: process replay @@ -232,6 +234,8 @@ jobs: uses: codecov/codecov-action@v3 with: name: ${{ github.job }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} regen: name: regen @@ -293,6 +297,8 @@ jobs: uses: codecov/codecov-action@v3 with: name: ${{ github.job }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} test_cars: name: cars @@ -326,6 +332,8 @@ jobs: uses: codecov/codecov-action@v3 with: name: ${{ github.job }}-${{ matrix.job }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} car_docs_diff: name: PR comments