ci: set codecov token
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9d1541526c
commit
38827ba290
5 changed files with 8 additions and 0 deletions
3
.github/workflows/.test.yml
vendored
3
.github/workflows/.test.yml
vendored
|
@ -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()
|
||||||
|
|
2
.github/workflows/.windows.yml
vendored
2
.github/workflows/.windows.yml
vendored
|
@ -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: |
|
||||||
|
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -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:
|
||||||
|
|
1
.github/workflows/windows-2019.yml
vendored
1
.github/workflows/windows-2019.yml
vendored
|
@ -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:
|
||||||
|
|
1
.github/workflows/windows-2022.yml
vendored
1
.github/workflows/windows-2022.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue