CI: add codecov token (#30716)

* add codecov token

* retrigger with token
pull/30718/head
Justin Newberry 1 year ago committed by GitHub
parent 26a67641d2
commit a3c0e2bd25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/selfdrive_tests.yaml

@ -185,6 +185,8 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
name: ${{ github.job }} name: ${{ github.job }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
process_replay: process_replay:
name: process replay name: process replay
@ -232,6 +234,8 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
name: ${{ github.job }} name: ${{ github.job }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
regen: regen:
name: regen name: regen
@ -293,6 +297,8 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
name: ${{ github.job }} name: ${{ github.job }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
test_cars: test_cars:
name: cars name: cars
@ -326,6 +332,8 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
name: ${{ github.job }}-${{ matrix.job }} name: ${{ github.job }}-${{ matrix.job }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
car_docs_diff: car_docs_diff:
name: PR comments name: PR comments

Loading…
Cancel
Save