ci: set codecov token

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-02-20 08:58:27 +01:00
parent 9d1541526c
commit 38827ba290
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
5 changed files with 8 additions and 0 deletions

View file

@ -62,6 +62,7 @@ jobs:
directory: ./bundles directory: ./bundles
env_vars: RUNNER_OS env_vars: RUNNER_OS
flags: unit flags: unit
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
- -
name: Upload reports name: Upload reports
if: always() if: always()
@ -257,6 +258,7 @@ jobs:
directory: ./bundles/test-integration directory: ./bundles/test-integration
env_vars: RUNNER_OS env_vars: RUNNER_OS
flags: integration,${{ matrix.mode }} flags: integration,${{ matrix.mode }}
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
- -
name: Test daemon logs name: Test daemon logs
if: always() if: always()
@ -395,6 +397,7 @@ jobs:
directory: ./bundles/test-integration directory: ./bundles/test-integration
env_vars: RUNNER_OS env_vars: RUNNER_OS
flags: integration-cli flags: integration-cli
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
- -
name: Test daemon logs name: Test daemon logs
if: always() if: always()

View file

@ -182,6 +182,7 @@ jobs:
directory: bundles directory: bundles
env_vars: RUNNER_OS env_vars: RUNNER_OS
flags: unit flags: unit
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
- -
name: Upload reports name: Upload reports
if: always() if: always()
@ -455,6 +456,7 @@ jobs:
directory: bundles directory: bundles
env_vars: RUNNER_OS env_vars: RUNNER_OS
flags: integration,${{ matrix.runtime }} flags: integration,${{ matrix.runtime }}
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
- -
name: Docker info name: Docker info
run: | run: |

View file

@ -57,6 +57,7 @@ jobs:
- build-dev - build-dev
- validate-dco - validate-dco
uses: ./.github/workflows/.test.yml uses: ./.github/workflows/.test.yml
secrets: inherit
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -22,6 +22,7 @@ jobs:
needs: needs:
- test-prepare - test-prepare
uses: ./.github/workflows/.windows.yml uses: ./.github/workflows/.windows.yml
secrets: inherit
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -25,6 +25,7 @@ jobs:
needs: needs:
- test-prepare - test-prepare
uses: ./.github/workflows/.windows.yml uses: ./.github/workflows/.windows.yml
secrets: inherit
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: